我可以使用 Microsoft Visual C# Express 2008 制作 WCF 应用程序吗?
我想知道 Express 版本是否允许您制作 WCF 应用程序,以及与完整的 Visual Studio 相比,Express 版本有什么删减。
I'd like to know if the express editions allows you to make WCF applications and what is cut from the Express edition in comparison from the full on Visual Studio.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,这里有一个解释 Express 版本功能的链接:
http://blogs.msdn.com/danielfe/archive/2007/11/19/top-15-things-to-love-about-visual -studio-2008-express.aspx
并且在 2010 年也得到支持。
Yep here is a link explaning the features of the express editions:
http://blogs.msdn.com/danielfe/archive/2007/11/19/top-15-things-to-love-about-visual-studio-2008-express.aspx
And is supported in 2010 as well.
http:// www.microsoft.com/downloads/details.aspx?familyid=727BCFB0-B575-47AB-9FD8-4EE067BB3A37&displaylang=en#filelist
这是 2008 年的功能图表。我看不出 2010 年有多大不同就 Express 版本中缺少的功能而言。
由于 WCF 是 .NET 框架的一部分,我相信即使 IDE (Visual Studio) 不提供良好的 GUI 和项目模板来帮助您,您仍然可以编写使用 WCF 的应用程序。
http://www.microsoft.com/downloads/details.aspx?familyid=727BCFB0-B575-47AB-9FD8-4EE067BB3A37&displaylang=en#filelist
This is a feature chart for 2008. I can't see 2010 being much different in terms of missing features from the Express Editions.
As WCF is part of the .NET framework, I believe you can still write applications that use WCF even if the IDE (Visual Studio) doesn't provide the nice GUI and project templates to help you.