我的合作伙伴使用 Visual Studio Express 与 2008
我一直在使用 vs 2008 构建网站(主要是 asp.net mvc、jquery 和 webforms)。我的伙伴想要开始帮助我,但他没有 vs 2008。
我们的选择是:
- 他购买 vs 2008
- 他使用 vs express (http://www.microsoft.com/express/)
我从未使用过#2,所以我想从任何人那里获得以下方面的反馈:
- 你能在一个团队中工作吗?有些人使用 vs 2008,有些人使用 vs express。
- 我将在此策略中遇到的任何其他建议或障碍。
- 是否有任何特定功能是 #2 无法做到的,这对我的上述开发至关重要。
i have been building websites using vs 2008 (mostly asp.net mvc, jquery and webforms). my partner wants to start helping me out but he doesn't have vs 2008.
our options are:
- him to buy vs 2008
- him to use vs express (http://www.microsoft.com/express/)
i have never used #2, so i wanted to get feedback from anyone on the following:
- Can you work in a team where some folks use vs 2008 and some use vs express.
- Any other suggestions or roadblocks that i am going to run into with this strategy.
- Are there any particular features that #2 simply can't do that will be critical to my development above.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我会推荐 VS Express,直到您需要其中一项需要购买 2008 的功能。把钱花在您可能永远不会使用的东西上是没有意义的。
VS Express 是一个功能完美的 IDE。
此外,您可以交替使用 VS Express 和 2008。
这是一个简短的 VS IDE版本差异说明。
I would recommend VS express until you need one of the features that requires you to buy 2008. No sense spending the money on something you may never use.
VS Express is a perfectly capable IDE.
Also, you can work in VS express and 2008 interchangeably.
Here is a short Description of the differences of VS IDE versions.
我在家使用 VS Express,在工作中使用 Pro。我在express中遇到的唯一让我烦恼的是它不支持插件,所以我无法获得任何像样的源代码控制集成。
Express 版本并不具有所有相同的模板和项目类型,但您并不真正需要它们,它们只是为了加快其他版本中的速度,您仍然可以创建项目,但您必须创建一个清空项目并手动更改设置。
以下是差异的快速摘要,这是一个 35 页疯狂详细一点。
I use VS express at home and pro at work. The only thing I've come across in express that bugs me is that it doesn't support addins, so I can't get any decent source control integration.
The express editions don't have all the same templates and project types, but you don't really need them, they are just there to speed things up in the other editions, you can still create the projects, but you have to create an empty project and change the settings manually.
Here's a quick summary of the differences, and here's a 35 page crazy detailed one.
Express 应该能够帮助您前进。 Express 版本的主要限制是它不允许加载项。此外,并非所有版本都支持所有项目类型。如果您正在混合语言或同时使用 winform 和 Web 应用程序,那么这会很烦人,因为他必须不断在 Express 版本之间切换。
否则你应该没问题。
Express should be able to get you going. The major limitation of the express edition is that it doesn't allow add-ins. Also, not all project types are supported in all editions. If you are mixing languages or working on both winforms and web apps, it would get annoying b/c he'd have to keep switching between express editions.
Otherwise you should be ok.