Development environment
A full development environment with project management, editing, building and debugging in one application.
An alternative to VS Code for C# work. Visual Studio and Visual Studio Code are different applications, not different names for the same app.
Official setup instructions ↗
In the Visual Studio application and its Solution Explorer. VSTool guide↗
Open Help → About Microsoft Visual Studio.
What you should see: The product name and installed version appear. Visual Studio Installer → Modify shows installed workloads.
In Solution Explorer, double-click Program.cs, edit the supplied console program, save, then choose Debug → Start Without Debugging.
What you should see: A console window shows the program output. C# goes in Program.cs; shell commands do not.
Visual Studio is a full development environment with workloads and solution tools. VS Code is an editor extended with language tools. Pick one for local C# practice; you do not need both.
Some use it only for optional local practice. Each lesson explains what you actually need.
Guide reviewed 2026-09-09. Menu labels can differ between versions.