How to Install Kendo Ui in Visual Studio 2017
Visual Studio Integration Overview
The Progress Telerik UI for ASP.NET Core Visual Studio (VS) Extensions enhance the experience in developing MVC web applications with Telerik UI for ASP.NET Core. The VS Extensions come with handy templates that ease the creation of new projects. They also help you to add UI for ASP.NET Core to an existing project or to upgrade the UI for ASP.NET Core version. The UI for ASP.NET Core VS extensions support VS 2022, 2019 and 2017, and are distributed with the Telerik UI for ASP.NET Core installer.
New to Telerik UI for ASP.NET Core?
Telerik UI for ASP.NET Core is a professional grade UI library with 110+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.
Benefits
The VS Extensions help you to increase your productivity by delivering the following:
- Fully configured templates for new projects that include the required package references and client-side resources
- Convert Project Wizard that can turn any existing project to a complete Telerik application with everything necessary to run UI for ASP.NET Core
- ASP.NET Core version and target framework selection
- UI for ASP.NET Core version selection
- An option to download the latest UI for ASP.NET Core version without exiting the Project Wizard
- An HTMLHelper and a TagHelper version for every template project
- Selection of CDN support or local copy the client-side resources for converted projects
- Theme selection and preview ensures only the necessary CSS files are included
Installation
There are two ways to install the VS Extensions:
Install from Visual Studio Marketplace
Go to the Progress Telerik UI for ASP.NET Core Extension
page and click Download. When the download is complete, navigate to the download folder and click on the downloaded file TelerikUI.ASP.NET.Core.VSPackage.vsix
to install the extensions.
Install in Visual Studio
- Launch Visual Studio
- Select Extensions from the menu at the top (in Visual Studio 2017 it is Tools)
- Press Manage Extensions from the drop-down menu (in Visual Studio 2017 - Extensions and Updates)
- Click Online to the left and select Visual Studio Marketplace
- Enter
Telerik ASP.NET Core VSExtensions
in the Search text box - Select the extension and click Download
- Visual Studio will apply the changes automatically when all Microsoft Visual Studio windows are closed
The VSIX Installer will handle any missing prerequisites in Visual Studio for you. Click Modify when the installer starts.
Use the Telerik VS Extensions
There are three project wizards available:
- Create New Project Wizard
- Convert Project Wizard
- Configure Project Wizard
Steps for VS 2019
-
To access the VS extensions from the VS Toolbar go to Extensions > Telerik > Telerik UI for ASP.NET Core. Choose from one of the two options - Create New Project or Convert to Telerik Application.
-
To access the template projects go to File > New > Project and search for
Telerik
.
Steps for VS 2017
-
To access the VS extensions from the VS Toolbar go to Telerik > Telerik UI for ASP.NET Core. Choose from one of the two options - Create New Project or Convert to Telerik Application.
-
To access the template projects go to File > New > Project and click on Installed > Telerik or search for
Telerik
in the serach textbox on the right.
Telerik UI for ASP.NET Core Settings
The Telerik UI for ASP.NET Core VS Extensions settings can be found in the standard options dialog in Visual Studio under the Telerik node.
See Also
- Creating New Projects with Visual Studio
- Converting Existing Projects with Visual Studio
- Downloading the Latest Telerik UI for ASP.NET Core Versions
How to Install Kendo Ui in Visual Studio 2017
Source: https://docs.telerik.com/aspnet-core/installation/vs-integration/introduction