Visual Studio 2010 Express Limitations - visual-studio

What are the limitations of VS2010 C# Express Edition compared with the paid for versions? I was mostly looking into what sort of applications I can build, in VS Express I only have the option of Console, Winform and DLL, etc. I read that you can build services and add - ins for office programs, is this functionality available in Professional/Ultimate etc versions? Thanks.

There's a comparison chart here - You'll need VS Professional to develop Office Plugins.
Although previous version, there is a definitive overview of the VS2008 Express limitations in in this SO Question
Wikipedia also explains the differences.
Edit
The comparison chart link is dead. For 2012:
Visual Studio 2012 (Web Only) comparison is here, and in this Programmer's post
This SO post addresses the Desktop comparison.

The Express edition does not come with, nor does it grant you permission to distribute, the Microsoft C++ runtime redistributable packages. So the users of the software you build with the Express edition will have to download & run the installers themselves.

Related

Visual studio Express Edition vs Community

My question is What is difference between Visual Studio Express Edition for Desktop and
Visual Studio Community version?
I want use VS to create Desktop apps, currently I have ultimate version of VS2013, but I think mentioned versions are lighter and faster and FULL FREE for me because I don't use most of developing features like Team server or Testing tools or IntelliTrace, .... I want know the mentioned versions have full Windows API Support (Header files definition) like Ultimate/Enterprise versions?
Don't forget my first question: VS Express for Desktop vs Community, because both are FREE.
Community edition is the full fledged software, but you can't use it on enterprise (>5 users)
On the other hand, Express editions can be used in enterprise environments, but does not let you use plugins.
So in the end, as far as I can tell the choice is between plugins and enterprise. If it's just a product you are developing yourself, or an open source software, Community edition would be your best bet. On the other hand, if you want to try out the latest version at your work for free, then Express edition is for you.
Here is from the "source" :)
Differences between Visual Studio Community Edition and Express Editions
Here is a quote from that MSDN blog:
There are two main differences between Visual Studio Community Edition
and the Express Editions
1) Visual Studio Express Editions do not allow users to use extensions
(aka. plugins). There are over 5000 great plugins for Visual Studio
in Visual Studio Gallery. Plugins such as Developer Assistant can
boost developers’ productivity. Unfortunately, they are not available
to Visual Studio Express users. With Visual Studio Community
Edition, you can access and use All of them!
2) Visual Studio Express Editions are targeting specific platforms:
Express for Web allows you to develop Web apps; Express for Windows
allows you to develop Windows apps; Express for Windows Desktop allows
you to develop desktop apps. But with Visual Studio Community
Edition, you can develop projects targeting cross-platforms.
Community is like a full version of Visual Studio Professional, only they don't allow you to develop for commercial purposes (through the licence agreement). With the exception for developing apps that you sell in the Windows Store.
Why you would want Community (dito for VS Professional):
You can develop a mix of different projects in the same solution on the same IDE. With Express you develop asp.net and other web apps (Express for Web) in different IDE's than you would developing a Windows Forms applicaiton (Express for Win Forms).
You get full access to plugins that enhance the IDE, like code optimisation tools.
Other than Professional, Community is integrated with a lot of online collaboration sites. Like integration to GIT repos and Windows Azure hosting.
Express is like the old school express versions, if you used to use the old school express versions, you probably want to stick to it. It allows for commercial development, but they restrict the features of the IDE. And they make it harder to use by splitting the IDE to only handle Web Applications (like ASP.Net) in one IDE and a different IDE for handling Windows Forms. (In the past they also split the Win Forms IDEs to only handle one coding language like C# or VB).
Here is the official comparison
I think IntelliTrace is the most important part missing in the community edition. Cloning the repo some similar things are missing. but I don't think those are any real problems.

visual studio 2013 professional

Hi All and apologies if this has been asked already, but I can't find a comprehensive answer anywhere.
I require the ability to develop Desktop applications as well as ASP.NET web projects, I have tried the express versions of the Desktop and Web versions but would like to deploy these projects in a business environment and I am aware that the express licence does not permit this.
So my question is, Does Visual studio 2013 professional allow the development of both Desktop and Web applications or do I need to buy two versions of Visual Studio 2013?
Thanks for taking the time to read this post.
If you look at the Feature Comparison chart for the various editions of Visual Studio, it shows that the Ultimate, Premium and Professional editions of Visual Studio all support development for web and various types of desktop applications. The entire list is in the 'Development Platform Support' section.
This feature comparison will also show you all the features that you may or not need in your development practice.
http://www.visualstudio.com/products/compare-visual-studio-products-vs

Limitations of Visual Studio 2012 Express Desktop

I'm in the process of deciding whether or not to use Visual Studio 2012 Express for Desktop or purchase a retail copy of Visual Studio 2012 Professional for my desktop program. The program is built using C# though portions of it may include F#.
From what I've gathered so far, the express edition supports NuGet, Unit Testing, and Code Analysis. It mentions a subset of Code Analysis rules are used but I'm unsure how they compare to the professional edition as well as FxCop/StyleCop.
I'm assuming the express edition lacks extension support but the only extension I really cared about was NuGet. I also assume it doesn't include a TFS CAL despite having the ability to connect to TFS. This again isn't an issue as I'm using Perforce for source control. I also understand that this version is limited to desktop style applications only, but have so far only seen mention C++ and C#. Does it support F#?
Can someone clue me in as to any other limitations of 2012 Express for Desktop? Are there any license limitations for developing a commercial application?
In the past, MS included express editions as part of their version comparison. But when they updated their site for 2012, they separated out the express editions and offer little to no detail.
There are few limitation I can gather :
First of all there are different IDE's for different use
Visual Studio Express 2012 for Web.
Visual Studio Express 2012 for Windows 8
Visual Studio Express 2012 for Windows Desktop.
Visual Studio Team Foundation Server Express 2012
Express editions of the IDE omit the following features included in the Professional editions
Multi-unit testing framework and refactoring support
Static code analysis, profiling, and HLSL editing and debugging
Third-party extensibility support (though the Extension Manager feature is still present)
OpenMP support
But there are few positives I explore in 2012 :
Unlike previous version
Solution is allowed, you can create multiple projects in a single solutions.
64bit compilations support is there.
If working in single or less than 5 person team, express is the way to go.
It definitely bring much more new and unlock features than it predecessors.
As you receive a product key if you register I think it confirms that you then are free to use VS 2012 Express as you like.
http://www.microsoft.com/visualstudio/eng/downloads#d-2010-express say:
"After installation, you can try this product for up to 30 days. You
must register to obtain a free product key for ongoing use after 30
days."
"Productivity Power Tools 2012" cannot be installed on VS2012 Express edition, hence such features like "Entity Framework Reverse Engineer Code First" won't be available, which is critical to migrate existing apps's DB into Model's classes.
Portable Class Libraries are not supported in express versions. (You can reference PCL dlls, you just can't work with PCL projects.)
F# is available for VS Express 2012 for Web
http://blogs.msdn.com/b/fsharpteam/archive/2012/09/12/announcing-the-release-of-f-tools-for-visual-studio-express-2012-for-web.aspx
Looks like NuGet worked with VS 2010 Express Web so I would expect it to work with 2012
http://docs.nuget.org/docs/start-here/nuget-faq
Professional gives you a lot of the profiling and static analysis tools. I couldn't find out how the FxCop rules differ.

What is the difference among Visual Studio Express edition, microsoft.net and VS professional edition?

Could anyone guide me as what is the difference among the following,
1) Visual Studio Express Edition
2)Visual Studio Professioanl Edition
3) Microsoft .Net
And is there any thing like Visual Studio.Net?
Please guide me, as I am currently working on express edition, but my other colleaques are working on different environment which I don't know (language is same for all developers i.e. VB), and I need to do some working on their implemented codes as well.
Please guide me,
Regards
Asad
"Microsoft .NET" is a platform rather than an IDE. It's not really comparable with the other two.
The Express editions of Visual Studio are basically cut down versions of the commercial editions. In particular, Express doesn't allow plug-ins such as ReSharper to run - but there are various other limitations too. If you're a professional software developer, you should almost certainly ask your company to provide you with VS Professional (or higher, but Pro will probably be fine). You certainly can develop in Express, but it's really designed for hobbyists rather than professional developers.
Visual Studio was called Visual Studio .NET just for two releases - 2002 and 2003.
The .Net framework is a collection of libraries.
Visual Studio Professional is the paid edition of Visual Studio Express.
There is also a Standard Edition which has less functionality than the Pro version.
One difference between Express and Pro is that the Pro Edition has the possibility to connect to a database (like SQL Manager studio)

What are the differences between visual studio and VS express edition?

What are the differences between visual studio and VS express edition?
Probably very googelable, but than again, I have read that coverage in StackOverflow is a good thing.
You can download a comparison from Microsoft. And another one from here.
The Express edition does not come with the Microsoft C++ runtime redistributable packages, nor does it itself grant you permission to distribute them. So the users of the software you build with the Express edition will have to download & run the installers themselves.
I might have missed it in the excel sheet, but some big ones are lack of proper source control integration and 3rd party tool integrations. Express editions are missing unit tests as wel.
Lack of support in Refactoring and advanced debugging is a major issue I feel.

Resources