VB.net 使用哪个 MS IDE
上构建
- 项目正在ASP.net v 2
- VB.net
- IIS 6
- SQL Server 2005 数据库
使用 Visual Studio 2005 或 Visual Web Developer 2010 Express 构建它会更方便吗?即,自从 Vis 以来,VS2005 对于 Web 开发项目毫无用处。 Web 开发拥有所有奇特的新东西?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
只要您希望以 .NET 2.0 运行时为目标,Visual Studio 2005 就适合 Web 开发。
不过,鉴于这些要求,我肯定会查看 Visual Web Developer 2010 Express。我想您会发现它为您提供了更好的编码体验。根据您的目标版本,您还可以访问 LINQ 等非常有用的功能。
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 并不是没有用,但如果您不使用完整版本(相对于 Express 版本)附带的任何功能,您不妨利用 2010 中的 IDE 增强功能。仅设计视图就值得差异。
It isn't useless to still use VS2005 but if you aren't using any of the features that come with the full version (vs the express version) you might as well take advantage of the IDE enhancements in 2010. The better rendering within the design view alone is worth the difference.
这在很大程度上取决于您正在做什么。听起来您正在利用的 Visual Studio 的唯一部分是 Visual Basic .Net 和 ASP.Net。这两个都是您提到的两个版本的 Visual Studio(2005 和 Web Developer)中支持的产品。
与 2005 年相比,2010 版的 VB.Net 有了重大的语言改进,包括 LINQ、匿名类型、lambda 等...这些都是相当引人注目的功能,恕我直言,值得切换到新版本的 Visual Studio 来使用。
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.