简体   繁体   中英

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? Ie, is VS2005 useless for web development projects since Vis. Web Dev has all the fancy new stuff?

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.

仍然使用VS2005并不是没有用,但是如果您不使用完整版(相对于快速版)附带的任何功能,则最好在2010年利用IDE增强功能。仅设计视图就值得与众不同。

This depends heavily on what you are doing. It sounds like the only part of Visual Studio you are taking advantage of is Visual Basic .Net and ASP.Net. Both of these are supported products in the two versions of Visual Studio you mentioned (2005 and Web Developer).

The 2010 version of VB.Net has substantial language improvements over 2005 including LINQ, anonmyous types, lambdas, etc ... These are fairly compelling features and IMHO are worth switching to a new version of Visual Studio to use.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM