
C# development with Visual Studio - Visual Studio (Windows)
Explore how to create different C# applications by using Visual Studio, including console, web, Windows Forms, and Windows Desktop apps, and find coding resources.
Install Visual Studio and Choose Your Preferred Features
Nov 24, 2025 · Learn how to install Visual Studio quickly. To reduce the installation footprint, choose your preferred features.
Create a Windows Forms app with C# - Visual Studio (Windows)
Dec 15, 2025 · In this tutorial, you create a simple C# application that has a Windows-based user interface (UI). The app has a button that changes the text of a label. This simple app has all …
Tutorial: Create a simple C# console app - Visual Studio (Windows)
Dec 16, 2025 · In this tutorial, you use Visual Studio to create and run a C# console app, and explore some features of the Visual Studio integrated development environment (IDE).
Install Visual Studio and run C# with Copilot (Part 2 of 4)
Nov 10, 2023 · In part two of this series, Microsoft Product Manager Jessie Houghton demonstrates how to install Visual Studio 2022 and get started coding and debugging in C# …
C# Dev Kit for Visual Studio Code - Visual Studio Subscription
Jul 24, 2025 · Explore the C# Dev Kit for Visual Studio Code that provides a rich C# editing experience, AI-powered development, solution management, and integrated testing.
Install and manage packages in Visual Studio using the NuGet …
Oct 14, 2025 · Learn how to use the NuGet Package Manager UI in Visual Studio for working with NuGet packages.
Install & configure Visual Studio Tools for Unity | Microsoft Learn
Nov 23, 2022 · In this quickstart, you learn how to install the Visual Studio Tools for Unity extension and configure it for developing cross-platform games and apps with Unity. The …
Installing VS Code and C# Dev Kit (Part 2 of 7) | Microsoft Learn
Nov 10, 2023 · In this video, we’ll walk you through how easy it is to download and install both VS Code and the C# Dev Kit VS Code extension.
How to reference an established GitHub library in C# with a using ...
Aug 26, 2023 · Clone or Download the Library: Visit the GitHub repository of the library you want to use. Click on the "Code" button and select either "Download ZIP" to download the repository …