Hướng dẫn cài visual studio 2023 ex

Hãy nâng cấp lên Microsoft Edge để tận dụng các tính năng mới nhất, bản cập nhật bảo mật và hỗ trợ kỹ thuật.

Install the Visual Studio SDK

  • Bài viết
  • 03/10/2023

Trong bài viết này

Applies to:

Hướng dẫn cài visual studio 2023 ex
Visual Studio
Hướng dẫn cài visual studio 2023 ex
Visual Studio for Mac
Hướng dẫn cài visual studio 2023 ex
Visual Studio Code

The Visual Studio SDK (Software Development Kit) is an optional feature in Visual Studio setup. You can also install the VS SDK later on.

Install the Visual Studio SDK as part of a Visual Studio installation

To include the VS SDK in your Visual Studio installation, install the Visual Studio extension development workload under Other Toolsets. This workload will install the Visual Studio SDK and the necessary prerequisites. You can further tune the installation by selecting or unselecting components from the Summary view.

Install the Visual Studio SDK after installing Visual Studio

To install the Visual Studio SDK after completing your Visual Studio installation, rerun the Visual Studio installer and select the Visual Studio extension development workload.

Install the Visual Studio SDK from a solution

If you open a solution with an extensibility project without first installing the VS SDK, you'll be prompted by an Install Missing Feature dialog to install the Visual Studio extension development workload:

Hướng dẫn cài visual studio 2023 ex

Hướng dẫn cài visual studio 2023 ex

Install the Visual Studio SDK from the command line

As with any Visual Studio workload or component, you can also install the Visual Studio extension development workload (ID: Microsoft.VisualStudio.Workload.VisualStudioExtension) from the command line. See Use command-line parameters to install Visual Studio for details on the appropriate command-line switches and general instructions on determining workload or component identifiers.

Note

You must use the Visual Studio installer that matches your installed version of Visual Studio. For example, if you have Visual Studio Enterprise installed on your computer, you must run the Visual Studio Enterprise installer (vs_enterprise.exe).

Hãy nâng cấp lên Microsoft Edge để tận dụng các tính năng mới nhất, bản cập nhật bảo mật và hỗ trợ kỹ thuật.

Create a new project in Visual Studio

  • Bài viết
  • 11/17/2023

Trong bài viết này

Applies to:

Hướng dẫn cài visual studio 2023 ex
Visual Studio
Hướng dẫn cài visual studio 2023 ex
Visual Studio for Mac
Hướng dẫn cài visual studio 2023 ex
Visual Studio Code

In this article, we'll show you how to quickly create a new project in Visual Studio from a template.

Open the "Create a new project" dialog

There are multiple ways to create a new project in Visual Studio. When you first open Visual Studio, the start window appears, and from there, you can select Create a new project.

Hướng dẫn cài visual studio 2023 ex

If the Visual Studio development environment is already open, you can create a new project by choosing File > New > Project on the menu bar. You can also select the New Project button on the toolbar, or press Ctrl+Shift+N.

Hướng dẫn cài visual studio 2023 ex

Open the "Create a new project" dialog

There are multiple ways to create a new project in Visual Studio. When you first open Visual Studio, the start window appears, and from there, you can select Create a new project.

Hướng dẫn cài visual studio 2023 ex

If the Visual Studio development environment is already open, you can create a new project by choosing File > New > Project on the menu bar. You can also select the New Project button on the toolbar, or press Ctrl+Shift+N.

Hướng dẫn cài visual studio 2023 ex

Select a template type

On the Create a new project dialog, a list of your recently selected templates appears on the left. The templates are sorted by most recently used.

If you're not selecting from the recently used templates, you can filter all available project templates by Language (for example, C# or C++), Platform (for example, Windows or Azure), and Project type (for example, Desktop or Web). You can also enter search text into the search box to further filter the templates, for example, asp.net.

Hướng dẫn cài visual studio 2023 ex

The tags that appear under each template correspond to the three dropdown filters (language, platform, and project type).

Tip

If you don't see the template you're looking for, you might be missing a workload for Visual Studio. To install additional workloads, for example, Azure Development or Mobile Development with .NET, select the Install more tools and features link to open Visual Studio Installer. From there, select the workloads you want to install, and then select Modify. After that, additional project templates will be available to choose from.

Hướng dẫn cài visual studio 2023 ex

Select a template and then select Next.

Hướng dẫn cài visual studio 2023 ex

The tags that appear under each template correspond to the three dropdown filters (language, platform, and project type).

Tip

If you don't see the template you're looking for, you might be missing a workload for Visual Studio. To install additional workloads, for example, Azure Development or Mobile Development with .NET, select the Install more tools and features link to open Visual Studio Installer. From there, select the workloads you want to install, and then select Modify. After that, additional project templates will be available to choose from.

Hướng dẫn cài visual studio 2023 ex

Select a template and then select Next.

Configure your new project

The Configure your new project dialog has options to name your project (and solution), select a disk location, and select a Framework version (if applicable to the template you chose).

Hướng dẫn cài visual studio 2023 ex

Note

If you create a new project when you already have a project or solution open in Visual Studio, an extra configuration option is available. You can choose to create a new solution or add the new project to the solution that's already open.

Hướng dẫn cài visual studio 2023 ex

Select Create to create the new project.

Configure your new project

The Configure your new project dialog has options to name your project (and solution), select a disk location, and more.

The Additional information dialog includes options to select a Framework version, an authentication type, and more.

Select Create to create the new project.

Add another project to a solution

If you want to add another project to a solution, right-click the solution node in Solution Explorer and then select Add > New Project.