VS flavors
Since version 2012, VS has had three flavors that cover all developers' preferences and needs. Just one of these three alternatives is completely free for the community.
In the following sections, you will see the differences between each version and learn about the features supported by each version, which are the following:
- Visual Studio Community
- Visual Studio Professional
- Visual Studio Enterprise
So, let's understand the main aspects of each version.
Visual Studio Community
Visual Studio Community is a free version that incorporates all the basic tools to create, build, debug, and deploy .NET applications and all the collaboration instruments integrated into VS.
Visual Studio Community has a limit of five users and is restricted to non-enterprise organizations.
The main tools in Visual Studio Community are the following:
- Basic debugging tools (tools for inspecting code during debugging)
- A performance and diagnostics...