Create a new project in Microsoft Visual Studio
This guide explains how to create a new .NET project in Microsoft Visual Studio.
Install Microsoft Visual Studio
Before you start, you need Microsoft Visual Studio development environment. You can purchase a license or get a free Microsoft Visual Studio Community.
When installing, select following workload to be installed:
-
.NET desktop development
Launch Microsoft Visual Studio
-
Launch Microsoft Visual Studio.
-
When launching Microsoft Visual Studio for the first time, it asks you to select Developer Settings. Select Visual C#.
-
Now you can create your first Microsoft Visual Studio coding project.
Create empty .NET application project in Microsoft Visual Studio
-
Create a new project. On the File menu, point to New, and then click Project.
-
Fill in the details as shown below in the screenshots about creating Windows Forms App or WPF App.
-
Click Create to create an empty Windows application.