473,387 Members | 1,423 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

VS 2005 vs. Expression Web...

So I started using Expression Web recently, and found its interface very
much like VS 2005. Moved around within it just fine, etc. But then I started
getting into some heavy ASP.NET programming, and found that VS 2005 was able
to handle things like Events much easier.

However, switching back to VS 2005 I found the code that Expression Web
generated contains a lot of ASP.NET, XHTML, etc. errors throughout it! I
thought the two apps would be fairly compatible in terms of the code that
they generate, but no!

So should I just ignore Expression Web and stick with VS 2005? I do a lot of
ASP.NET, using VB and C#, and database work.

Just seeing what others suggest, or if you have had a similar experience...

-Ed
Apr 2 '07 #1
6 1146
Edward,
Expression Web is really for design work, It is not designed to compile .NET
code.
Think of it like a Microsoft version of Dreamweaver.
Peter

--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net


"Edward B." wrote:
So I started using Expression Web recently, and found its interface very
much like VS 2005. Moved around within it just fine, etc. But then I started
getting into some heavy ASP.NET programming, and found that VS 2005 was able
to handle things like Events much easier.

However, switching back to VS 2005 I found the code that Expression Web
generated contains a lot of ASP.NET, XHTML, etc. errors throughout it! I
thought the two apps would be fairly compatible in terms of the code that
they generate, but no!

So should I just ignore Expression Web and stick with VS 2005? I do a lot of
ASP.NET, using VB and C#, and database work.

Just seeing what others suggest, or if you have had a similar experience...

-Ed
Apr 2 '07 #2
On Apr 2, 8:53 pm, "Edward B." <ebaich...@hotmail.comwrote:
So I started using Expression Web recently, and found its interface very
much like VS 2005. Moved around within it just fine, etc. But then I started
getting into some heavy ASP.NET programming, and found that VS 2005 was able
to handle things like Events much easier.

However, switching back to VS 2005 I found the code that Expression Web
generated contains a lot of ASP.NET, XHTML, etc. errors throughout it! I
thought the two apps would be fairly compatible in terms of the code that
they generate, but no!

So should I just ignore Expression Web and stick with VS 2005? I do a lot of
ASP.NET, using VB and C#, and database work.

Just seeing what others suggest, or if you have had a similar experience...

-Ed
http://blogs.msdn.com/mikhailarkhipo...developer.aspx

Apr 2 '07 #3
It's not really a comparison. MS created them to work together. The
Expression suite of products is designed at creating compelling interfaces.
Interfaces that can be used with Visual Studio to create the backend work.
Of course, Expression Web can also do some light lifting, but it's not in
the same league as far as coding goes. I use it in conjunction with VS as EW
is easier to create the interface in then I code the backend and do more
advanced things with VS.
--
Hope this helps,
Mark Fitzpatrick
Former Microsoft FrontPage MVP 199?-2006

"Edward B." <eb*******@hotmail.comwrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
So I started using Expression Web recently, and found its interface very
much like VS 2005. Moved around within it just fine, etc. But then I
started getting into some heavy ASP.NET programming, and found that VS
2005 was able to handle things like Events much easier.

However, switching back to VS 2005 I found the code that Expression Web
generated contains a lot of ASP.NET, XHTML, etc. errors throughout it! I
thought the two apps would be fairly compatible in terms of the code that
they generate, but no!

So should I just ignore Expression Web and stick with VS 2005? I do a lot
of ASP.NET, using VB and C#, and database work.

Just seeing what others suggest, or if you have had a similar
experience...

-Ed

Apr 2 '07 #4
Expression is compatable with the next release of Visual Studio.

-- bruce (sqlwork.com)

Edward B. wrote:
So I started using Expression Web recently, and found its interface very
much like VS 2005. Moved around within it just fine, etc. But then I started
getting into some heavy ASP.NET programming, and found that VS 2005 was able
to handle things like Events much easier.

However, switching back to VS 2005 I found the code that Expression Web
generated contains a lot of ASP.NET, XHTML, etc. errors throughout it! I
thought the two apps would be fairly compatible in terms of the code that
they generate, but no!

So should I just ignore Expression Web and stick with VS 2005? I do a lot of
ASP.NET, using VB and C#, and database work.

Just seeing what others suggest, or if you have had a similar experience...

-Ed

Apr 2 '07 #5
Thanks to all those who replied. I get it now.

And this last comment explains why I am running in to what I am running in
to re: the interface parts of the code, etc.

Alright, now I can keep the two separate in my head.

-Ed
"bruce barker" <no****@nospam.comwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
Expression is compatable with the next release of Visual Studio.

-- bruce (sqlwork.com)

Edward B. wrote:
>So I started using Expression Web recently, and found its interface very
much like VS 2005. Moved around within it just fine, etc. But then I
started getting into some heavy ASP.NET programming, and found that VS
2005 was able to handle things like Events much easier.

However, switching back to VS 2005 I found the code that Expression Web
generated contains a lot of ASP.NET, XHTML, etc. errors throughout it! I
thought the two apps would be fairly compatible in terms of the code that
they generate, but no!

So should I just ignore Expression Web and stick with VS 2005? I do a lot
of ASP.NET, using VB and C#, and database work.

Just seeing what others suggest, or if you have had a similar
experience...

-Ed

Apr 2 '07 #6
Visual Studio is more of a professional development tool.
Expression Web is more of a design tool; it is the replacement for
FrontPage.
The best parts of Expression Web are integrated into the next version of
Visual Studio (codenamed Orcas).

--
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net

"Edward B." <eb*******@hotmail.comwrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
So I started using Expression Web recently, and found its interface very
much like VS 2005. Moved around within it just fine, etc. But then I
started getting into some heavy ASP.NET programming, and found that VS
2005 was able to handle things like Events much easier.

However, switching back to VS 2005 I found the code that Expression Web
generated contains a lot of ASP.NET, XHTML, etc. errors throughout it! I
thought the two apps would be fairly compatible in terms of the code that
they generate, but no!

So should I just ignore Expression Web and stick with VS 2005? I do a lot
of ASP.NET, using VB and C#, and database work.

Just seeing what others suggest, or if you have had a similar
experience...

-Ed
Apr 3 '07 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: sathyashrayan | last post by:
Following are the selected thread from the date:30-jan-2005 to 31-jan-2005. I did not use any name because of the subject is important. You can get the original thread by typing the subject...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.