I'd like to know if the express editi开发者_运维问答ons allows you to make WCF applications and what is cut from the Express edition in comparison from the full on Visual Studio.
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
All Visual Studio Express Editions also enable you to consume data from Web services as well as support for Windows Communication Foundation (WCF). Visual Web Developer Express also adding support for creating WCF applications.
And is supported in 2010 as well.
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.
精彩评论