473,739 Members | 2,602 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visual Studio 2005 or Visual Web Developer ?

I am new to web development - but I am confused with the 2 (largely
incompatable) development choices available.

I dont really want to invest time learning one, only to have iit
abandoned by MS further down the line, or to discover later that it was
the "poorer cousin". Which platform should I invest my time in learning
and why ?
Feb 4 '07 #1
16 1611
re:
largely incompatable
I don't know what gives you that idea.

Visual Web Developer is embedded in Visual Studio,
and is the identical same program, standalone or embedded.

The differences are that Visual Studio has quite a few features which VWD doesn't have,
that Visual Studio can be used to develop Windows programs and not just web apps,
and that add-ins don't work with VWD.

There's a list of features for each VS version at :
http://msdn2.microsoft.com/en-us/vstudio/aa700921.aspx


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
"Bit Byte" <ro**@yourbox.c omwrote in message news:9O******** *************@b t.com...
>I am new to web development - but I am confused with the 2 (largely incompatable) development
choices available.
I dont really want to invest time learning one, only to have iit abandoned by MS further down the
line, or to discover later that it was the "poorer cousin". Which platform should I invest my time
in learning and why ?

Feb 4 '07 #2
Correction:

I need to clarify myself. I'm talking aout the incompatabiliti es between
Web Application Project Model and Web Site Projects - which model is the
most widely supported (I know they both have pros and cons) - but I
don't really want to invest time with one only to find I picked the
"wrong horse"
Juan T. Llibre wrote:
re:
>>largely incompatable


I don't know what gives you that idea.

Visual Web Developer is embedded in Visual Studio,
and is the identical same program, standalone or embedded.

The differences are that Visual Studio has quite a few features which VWD doesn't have,
that Visual Studio can be used to develop Windows programs and not just web apps,
and that add-ins don't work with VWD.

There's a list of features for each VS version at :
http://msdn2.microsoft.com/en-us/vstudio/aa700921.aspx


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
"Bit Byte" <ro**@yourbox.c omwrote in message news:9O******** *************@b t.com...
>>I am new to web development - but I am confused with the 2 (largely incompatable) development
choices available.

>>I dont really want to invest time learning one, only to have iit abandoned by MS further down the
line, or to discover later that it was the "poorer cousin". Which platform should I invest my time
in learning and why ?


Feb 4 '07 #3
"Bit Byte" <ro**@yourbox.c omwrote in message
news:9O******** *************@b t.com...
>I am new to web development - but I am confused with the 2 (largely
incompatable ) development choices available.
Obviously, when you say "largely incompatible", you actually mean "very
similar"...

VWD is merely a free cut-down version of Visual Studio.NET. If you take all
of the "Express" editions of the development suite and add them together,
you (more or less) arrive at the full-blown Visual Studio.NET 2005.
Feb 4 '07 #4
re:
Web Application Project Model and Web Site Projects
The VS 2005 WAP model is geared more towards large-scale,
multi-developer, commercial web development.

Web site projects (the VWD model) is suited for small websites/standalone development.

You would not want to attempt to perform large scale
or distributed type development with VWD, anyway.

Your choice, depending on your needs and budget.

If you can afford the cost for VS 2005, buy it.
If your budget is limited, take the free VWD IDE.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
"Bit Byte" <ro**@yourbox.c omwrote in message news:AI******** *************** *******@bt.com. ..
Correction:

I need to clarify myself. I'm talking aout the incompatabiliti es between Web Application Project
Model and Web Site Projects - which model is the most widely supported (I know they both have pros
and cons) - but I don't really want to invest time with one only to find I picked the "wrong
horse"
Juan T. Llibre wrote:
>re:
>>>largely incompatable


I don't know what gives you that idea.

Visual Web Developer is embedded in Visual Studio,
and is the identical same program, standalone or embedded.

The differences are that Visual Studio has quite a few features which VWD doesn't have,
that Visual Studio can be used to develop Windows programs and not just web apps,
and that add-ins don't work with VWD.

There's a list of features for each VS version at :
http://msdn2.microsoft.com/en-us/vstudio/aa700921.aspx


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
============== =============== ======
"Bit Byte" <ro**@yourbox.c omwrote in message news:9O******** *************@b t.com...
>>>I am new to web development - but I am confused with the 2 (largely incompatable) development
choices available.

>>>I dont really want to invest time learning one, only to have iit abandoned by MS further down the
line, or to discover later that it was the "poorer cousin". Which platform should I invest my
time in learning and why ?

Feb 4 '07 #5
WAP and WSP has nothing to do with the version of VS, other than I guess you
can not run WAP from VS Express versions.

WSP is the "original" VS 2005 model, and is the only model available in a
clean VS 2005 installation - so for that reason it will be the most widely
supported. But that said there is no more "supported" cons, sins VS 2005 SP1
adds support for WSP.

Are you comming from classic ASP webdevelopment, you would most likely
prefer the WSP, sins it would be very much like you are used too. But are you
coming from VB or are you planing to make large scale websolutions you would
likely prefer the WAP model. Sinse it gives you better control over your web
project, and better options for structuring your projekt in seperated
assemblies - which you can not do i the WSP model.

And here is the link to "Comparing Web Site Projects and Web Application
Projects":
http://msdn2.microsoft.com/en-us/lib...px#wapp_topic5

Hope it helps you!

Best regards
Casper Stendal
www.ecreo.dk

"Bit Byte" wrote:
Correction:

I need to clarify myself. I'm talking aout the incompatabiliti es between
Web Application Project Model and Web Site Projects - which model is the
most widely supported (I know they both have pros and cons) - but I
don't really want to invest time with one only to find I picked the
"wrong horse"

Feb 4 '07 #6
Clearest delineation thus far. Many thanks once again

Juan T. Llibre wrote:
re:
>>Web Application Project Model and Web Site Projects


The VS 2005 WAP model is geared more towards large-scale,
multi-developer, commercial web development.

Web site projects (the VWD model) is suited for small websites/standalone development.

You would not want to attempt to perform large scale
or distributed type development with VWD, anyway.

Your choice, depending on your needs and budget.

If you can afford the cost for VS 2005, buy it.
If your budget is limited, take the free VWD IDE.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
"Bit Byte" <ro**@yourbox.c omwrote in message news:AI******** *************** *******@bt.com. ..
>>Correction:

I need to clarify myself. I'm talking aout the incompatabiliti es between Web Application Project
Model and Web Site Projects - which model is the most widely supported (I know they both have pros
and cons) - but I don't really want to invest time with one only to find I picked the "wrong
horse"
Juan T. Llibre wrote:

>>>re:
largely incompatable
I don't know what gives you that idea.

Visual Web Developer is embedded in Visual Studio,
and is the identical same program, standalone or embedded.

The differences are that Visual Studio has quite a few features which VWD doesn't have,
that Visual Studio can be used to develop Windows programs and not just web apps,
and that add-ins don't work with VWD.

There's a list of features for each VS version at :
http://msdn2.microsoft.com/en-us/vstudio/aa700921.aspx


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
============ =============== ========
"Bit Byte" <ro**@yourbox.c omwrote in message news:9O******** *************@b t.com...
I am new to web development - but I am confused with the 2 (largely incompatable) development
choices available.
I dont really want to invest time learning one, only to have iit abandoned by MS further down the
line, or to discover later that it was the "poorer cousin". Which platform should I invest my
time in learning and why ?

Feb 4 '07 #7
On Feb 4, 12:34 pm, Bit Byte <r...@yourbox.c omwrote:
I am new to web development - but I am confused with the 2 (largely
incompatable) development choices available.

I dont really want to invest time learning one, only to have iit
abandoned by MS further down the line, or to discover later that it was
the "poorer cousin". Which platform should I invest my time in learning
and why ?
They're the exact same "platforms" ...
If you now one you now the other!
If you have one application written in any one that applcation will be
100% compatible with the other one...
(At least FROM Visual Web TO Visual Studio)

When that's said, buy an MSDN Universal subscription and get
EVERYTHING microsoft ever has created for free... :)
That will definitively be the cheapest long term solution if you're
serious about .Net development!!

..t

--
http://ajaxwidgets.com
Free ASP.NET Ajax Widgets NOW!

Feb 4 '07 #8
"Thomas Hansen" <po*******@gmai l.comwrote in message
news:11******** *************@a 75g2000cwd.goog legroups.com...
buy an MSDN Universal subscription
No longer exists: http://msdn2.microsoft.com/en-us/vstudio/aa718657.aspx
and get EVERYTHING microsoft ever has created for free... :)
Everything...? Hardly...
Feb 4 '07 #9
there's another factor to consider....

Visual Web developer is free, but PIG SLOOOOOOOOOOOOO OW !

You will waste much time using VWD because of its "click wait", "click wait" response time

If time is money for you, then free is not such a good deal...

"Bit Byte" <ro**@yourbox.c omwrote in message news:9O******** *************@b t.com...
>I am new to web development - but I am confused with the 2 (largely incompatable) development choices available.

I dont really want to invest time learning one, only to have iit abandoned by MS further down the line, or to discover later that
it was the "poorer cousin". Which platform should I invest my time in learning and why ?

Feb 4 '07 #10

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

Similar topics

3
1295
by: Steve Richter | last post by:
I have discovered that my web appl developed using the visual web developer 2005 freebie will not work on my godaddy.com web hoster. So I am using Visual Studio .Net 2003 Enterprise Architect dated April 2004 from an expired MSDN subscription. Visual Studio .NET 2003, is that the latest Visual Studio for ASP.NET 1.1? Is there a service pack available for install? I dont see one on the Microsoft web site. The reason I ask is because...
8
16288
by: William LaMartin | last post by:
I just received my Visual Studio upgrade to 2005 and tried to create a new web site via File | New Web Site with location http. Unfortunately I received the following error: "Visual Web Developer does not support creating Web sites on a SharePoint Web server" If I create a new server extensions 2002 web in IIS and mark it as an application and try to use it from Visual Studio I receive the same error.
0
3351
by: fiona | last post by:
Innovasys Ltd., a leader in help authoring and documentation tools, today announced the inclusion of a tailored version of the Innovasys HelpStudio help authoring product, HelpStudio Lite, in the Microsoft Visual Studio 2005 Software Development Kit. By providing a full help authoring environment within the Visual Studio 2005 SDK, Innovasys is providing developers building components and products that integrate with Visual Studio 2005 a...
3
5139
by: Hansen | last post by:
I hope that there is someone here that can help me. It's not directly related to this group but maybe someone here can help me. I wanted to deploy my Access database to another pc using the Access 2003 Developer Extensions. Check the web and found out that it is part of Visual Studio Tools for the Microsoft Office System, which in turn is a free add-on to Visual Studio 2005. Bought Visual Studio 2005 Pro. (Plenty money right there)....
8
6269
by: WT | last post by:
Is it normal that Visual Studio sets the PreInit handler for a Page from the OnInit code ? No chance to fire it as OnPreInit is run befor OnInit. ??? CS
3
6060
by: Edwin Smith | last post by:
I have a 2 form project in VS2005 that now hangs whenever I try to do anything with the second form. This seems to have started when I added some SQL tables from a Pervasive v.9 database using the Pervasive ODBC driver. The devenv.exe process hangs and will not respond with about 50% cpu usage and about 100 megs of memory used. I am running it on an Athlon 64 bit dual core with 32 bit Windows XP pro. I have 2 megs of memory so I don't...
5
2218
by: cj | last post by:
I'm getting started writing WEB program in VB2005. I'm been doing windows apps to date. A friend told me to get Visual Web Developer Express Edition. But I have Visual Studio Pro 2005 and it says I have Visual Web Developer in it. I'm just not sure what that is and how to start it. Any advise?
1
2504
by: Dr T | last post by:
Hi! I downloaded MS Visual Web Developer 2005 Express Edition, MS .NET Framework SDK v2.0, and MS SQL Server 2005. Subsequently, I bought MS Visual Studio 2005 Professional Edition. 1) Are both the MS Visual Web Developer 2005 Express Edition and the MS Visual Studio 2005 Professional Edition used to develop .ASP applications?
1
2896
by: cnixuser | last post by:
Hello, I am having a problem that I believe is related to the way a stream reader object looks for a text file by default. What I am doing is using a StreamReader object to read the text of a text file which includes some html code to populate html formatted content as the text of an asp:label (<asp:label>). The reading of the text file itself goes just fine ;however, this only occurs when I use an absolute file path which will not work of...
3
1815
by: =?Utf-8?B?YzY3NjIyOA==?= | last post by:
Hi all, I must be out of my mind. I used visual studio .net 2003 before and I installed 2005 a while back, but seldom to use it. Recently I was required to start to learn C# asp.net. So I tried to open a web application project in 2005. but I cannot find any asp.net web application or asp.net web services project templates which I can see them in .net 2003. What's going on? did I miss anything when I installed? is there any easy way to...
0
9479
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9337
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9266
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9209
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8215
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6054
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4826
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3280
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2193
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.