VS.NET vs Visual Web Developer

R

Rohit

I want to know what added features are there in Visual Web Developer
for developing web-sites. At present I use VS.NET IDE to write an
ASP.NET app.
 
J

Juan T. Llibre

Here's a list of the main features VS 2005 has but VWD doesn't :

a) Class Library Project Support (note: you can build classes with VWD
-- but you can't compile them into a standalone assembly directly in the IDE).

b) Web Compilation Support (note: you get full intellisense and compilation checking on
F5/Ctrl-F5 with VWD -- you just can't pre-compile the site into a single set of compiled DLLs
for deployment without source files).

c) Source control support (integrated IDE support is only available in higher VS skus)

d) Mobile Web Support (no WYSIWYG support for mobile controls)

e) Accessibility checker (ASP.NET will emit 508/WCAG accessible markup
-- but express doesn't include the built-in accessibility checker for the IDE)

f) Localization support (this is provided at runtime by ASP.NET -- but express doesn't
include the built-in resource stripping functionality to easily localize sites; note that VWD
itself will be localized into 8 separate languages).

g) Unit Testing support (both class and web project unit testing are only available in the higher skus).

h) Class Designer

i) Web Load Testing

j) Remote Debugging (note: local debugging - including to IIS -- is fully supported)

k) Windows Forms and Console Library Support
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,772
Messages
2,569,593
Members
45,111
Latest member
KetoBurn
Top