What are the differences between Visual Studio 2005 Professional Edition and Visual Studio 2005 Express Edition? Which is the best for Windows 7? Can we compile applications built in Professional Edition on Express Edition?
closed as not constructive by random♦ May 6 at 20:56
This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.
|
The Express editions are fully featured apart from the fact that you can't run plugins with them. So that means no ReSharper and the like. The project files aren't changed in any way so you can open projects created in the Professional edition in the Express edition and vice versa. However, if you are thinking of using the Express edition it would be worth upgrading to the 2010 version as that supports .NET 4, Silverlight 4, WPF etc. | |||||||
feedback
|