Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Differences between Visual Studio Modes (General, Web Dev, C#)?

what exactly are the differences between the different Visual Studio install modes (General, Web Development, C#)? This is also confusing because I do Web Development in C#. Which one should I use?

like image 512
Alex Avatar asked Aug 09 '09 00:08

Alex


People also ask

What are the different versions of Visual Studio?

There are three editions of Visual Studio: Community, Professional, and Enterprise. See Compare Visual Studio editions to learn about which features are supported in each edition.

Which is best Visual Studio version?

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.

What version of C++ does Visual Studio 2022 use?

Visual Studio 2022 includes better cross-platform app development tools and the latest version of C++ build tools, to include C++20 support.

Is Visual Studio 2022 backwards compatible?

You can install and use Visual Studio 2022 alongside previous versions of Visual Studio, including Visual Studio 2019, Visual Studio 2017, Visual Studio 2015, Visual Studio 2013, and Visual Studio 2012.


1 Answers

I believe it sets keyboard shortcuts, whats on the dropdown menus, what windows are open by default and maybe other options.

I'm not aware of the exact changes...

You can change this setting later, under Tools->Import and Export Settings... Selecting the Reset option in this dialog will let you choose one of the others.

EDIT: I found the MSDN article listing the customizations for each of the settings here.

like image 79
Arjan Einbu Avatar answered Oct 18 '22 09:10

Arjan Einbu