VS2010 beta 2 的稳定性如何?
你会用它来构建一个项目吗? (尤其是 C++)
它合法吗?
Would you use it to build a project? (C++, in particular)
Is it at all legal?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
你会用它来构建一个项目吗? (尤其是 C++)
它合法吗?
Would you use it to build a project? (C++, in particular)
Is it at all legal?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
它拥有“上线”许可证。
http://blogs.msdn.com/jeffbe/archive/2009/10/19/going-live-with-visual-studio-2010-beta-2.aspx
It has "go live" license.
http://blogs.msdn.com/jeffbe/archive/2009/10/19/going-live-with-visual-studio-2010-beta-2.aspx
我并不是对 VS2010 本身发表评论,但总的来说,Beta 标签会让我犹豫是否要依赖它来构建生产应用程序。我确信它非常稳定,在最终发布之前几乎不会改变,但是......有机会。 Beta 版允许 Microsoft 在发现错误等情况下进行更改。
是否有您需要的特定功能,在最终版本发布之前就离不开?我是一个谨慎的人,所以也许只有我这样。但我通常倾向于等待软件的最终发布,然后再将我的应用程序押在它们上。
I am not commenting about VS2010 per se but in general the Beta tag would cause me to hesitate to depend on it to build a production application. I am sure that it is quite stable and will hardly change before the final release but...there is a chance. The beta is permission for Microsoft to change things if they discover bugs etc.
Is there a particular feature that you require that you cannot do without until the final release? I am a cautious person so maybe its only me. But I usually tend to wait for final release of software before betting my applications on them.
我花了一些时间使用 Beta 1 和 Beta 2。我和我的开发人员都没有遇到任何“稳定性”问题。当然,这并不意味着没有。
我这么早就这样做的原因是新的、绝对精彩的编辑器可扩展性模型 - 在旧模型中完成所有工作(代码完成、语法着色等)是非常困难的。
I spent some time working with both Beta 1 and Beta 2. Neither me nor my developers experienced any "stability" problems. It does not mean that there aren't any of course.
The reason I did it this early is new and absolutely wonderful editor extensibility model - to do all did (code completion, syntax colorization, etc.) in the old model is prohibitively difficult.
我已经使用 VC2010 Beta 2 构建和发布了一个具有 500,000 行代码库的 C++ 应用程序几个月了。到目前为止没有问题,没有回归。非常好,C++ 的智能感知终于完美地工作了。所以我想说,非常稳定。
I've been building and shipping a C++ application with a 500,000 line codebase for a couple of months with VC2010 Beta 2. No issues so far, no regression. Pretty good, the intellisense for C++ finally works flawlessley. So I would say, very stable.