Search code examples
.netvisual-studioidevisual-web-developer

Which MS IDE to use for VB.net


Project being built on

  • ASP.net v 2
  • VB.net
  • IIS 6
  • SQL Server 2005 database

Would it be more convenient for me to build it using Visual Studio 2005 or Visual Web Developer 2010 Express? I.e., is VS2005 useless for web development projects since Vis. Web Dev has all the fancy new stuff?


Solution

  • Visual Studio 2005 is fine for Web Development as long as you want to target the .NET 2.0 runtime.

    With those requirements though, I would definitely check out Visual Web Developer 2010 Express. I think you'll find that it gives you a much nicer coding experience. Depending on exactly what version you target, you'll also get access to features like LINQ which are extremely helpful.