title | page_title | description | slug | position |
---|---|---|---|---|
Creating Projects |
Creating Projects | Visual Studio Integration |
Learn how to create a new Telerik UI for ASP.NET Core application. |
newprojectwizards_visualstudio_aspnetcore |
2 |
This article demonstrates how to create a new Telerik UI for ASP.NET Core application.
You can create new Telerik UI for ASP.NET Core applications by using the Create New Project Wizard.
To start the Create New Project Wizard, follow either of the approaches below.
Approach 1
- Go to the Telerik menu.
- Click Telerik > UI for ASP.NET Core > Create New Telerik Project.
Approach 2
- Click File > New > Project.
- Navigate to the Telerik ASP.NET Core MVC project templates under Telerik > Web.
For convenience, the same project templates are located under the Visual C# > Web and Visual C# > .NET Core nodes.
The wizard detects all installed versions of Telerik UI for ASP.NET Core and lists them in the Version combobox. This enables you to select a version you want to apply to your project.
Figure 1. New Project Wizard
You can modify the project settings by configuring the options on the Create New Project page:
- Project type—Choose the desired project type: Empty, Standard, Grid and Menu.
- Version—Choose the version of Telerik UI for ASP.NET Core you want to use.
After configuring the project settings, click Finish to start creating the new ASP.NET Core application.
As a result, the wizard:
- Creates a new ASP.NET Core application.
- Copies all Kendo UI scripts.
- Copies all Kendo UI content files.
- Copies all Kendo UI editor templates.
- Adds a package reference to the
Telerik.UI.for.AspNet.Core
NuGet package.
- [Visual Studio Integration Overview]({% slug overview_visualstudio_aspnetcore %})
- [Downloading New Versions]({% slug latestversionretrieval_visualstudio_aspnetcore %})