The Visual Studio Product Line

There are three primary editions of the Visual Studio product: Community, Professional with MSDN, and Enterprise with MSDN. Development teams need to understand which tool they need for their development projects and price point. At a high level, the primary tool editions are differentiated as follows.

Image Visual Studio Community—A free, full-featured version of the development tool for building Web, Windows, Desktop, and mobile applications. This new version of the tool is targeted at developers learning to code, doing open source projects, and taking academic courses.

Image Professional with MSDN—Includes the core features of the IDE to build applications of all types on all .NET languages. Targets professional developers and team looking to build commercial or enterprise software. Includes support for writing, debugging, and testing code.

Image Enterprise with MSDN—Formerly the Ultimate edition, the Enterprise edition includes the core IDE features along with many advanced tools for building applications. It builds on the Professional edition to add additional load testing support, architecture tools, lab management, release management, and more.


Note

You can see a detailed product comparison at https://www.visualstudio.com/products/compare-visual-studio-2015-products-vs.


There is a peripheral version of the Visual Studio product called Test Professional. It is a tool targeted directly at testers. You will learn more about all this product in the coming sections.


Visual Studio Code

Microsoft released another development tool alongside Visual Studio 2015. This tool is called Visual Studio Code. It is a free tool that allows developers to write web applications on Windows, Mac, and Linux. The .NET Framework went cross-platform; this is the tool that allows developers to work on these other platforms. You can find more information at https://code.visualstudio.com//.


..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset