Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 688
drjackool Avatar asked Jul 30 '15 08:07

drjackool


People also ask

What is the difference between Visual Studio and Visual Studio Express?

Microsoft Visual Studio Express is a set of integrated development environments (IDEs) that Microsoft developed and released free of charge. They are function-limited version of the non-free Visual Studio and require mandatory registration.

What is difference between Visual Studio Community and Visual Studio?

Visual Studio Enterprise is for major corporations that get more sales and earnings per year. At the same time, the community edition is a free version, which can either be used for open source projects, for research purposes or as a team of five or fewer developers, under a variety of conditions.

Does Visual Studio Express still exist?

Team Foundation Server 2018 Express *Visual Studio Express 2017 is available for Windows Desktop developers. This is the final version of Visual Studio Express, and there is not a UWP or Web offering for Visual Studio Express 2017 or later versions.

Which edition is best for Visual Studio?

Visual Studio 2022 is the best Visual Studio ever. Our first 64-bit IDE makes it easier to work with even bigger projects and more complex workloads.


Video Answer


1 Answers

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.

like image 63
aprad046 Avatar answered Oct 05 '22 23:10

aprad046