|
| 1 | +--- |
| 2 | +title: Converting Projects |
| 3 | +page_title: Converting Projects |
| 4 | +description: "Learn how to convert an existing ASP.NET Core application to a Telerik UI for ASP.NET Core application." |
| 5 | +slug: convertprojectwizard_aspnetmvc6 |
| 6 | +position: 5 |
| 7 | +permalink: /getting-started/convert-project-wizard |
| 8 | +--- |
| 9 | + |
| 10 | +# Converting Projects |
| 11 | + |
| 12 | +Enhance existing ASP.NET Core applications with Telerik UI Components such as [Grid, Chart, DropDownList, etc.](https://demos.telerik.com/aspnet-core) with just a few mouse clicks. The Convert Wizard does the necessary NuGet packages and resources setup for you and once completed you can directly reference specific release version of Telerik UI for ASP.NET Core components to your app. |
| 13 | + |
| 14 | +## Get the Wizard |
| 15 | + |
| 16 | +To use the **Convert Project Wizard**, install the Telerik UI for ASP.NET Core Visual Studio Extensions. You can get them from the: |
| 17 | + |
| 18 | +- [Visual Studio MarketPlace](https://marketplace.visualstudio.com/items?itemName=TelerikInc.TelerikASPNETCoreVSExtensions) (for Windows) |
| 19 | +- **Telerik UI for ASP.NET Core automated installer** - from the `Downloads` tab of your [Telerik.com account](https://www.telerik.com/account/product-download?product=UIASPCORE) choose the [.msi (for Windows)]({% slug msi_install_aspnetmvc6_aspnetmvc %}) or .pkg (for Mac) installer. |
| 20 | +- **Visual Studio Extensions** archived files - from the `Downloads` tab of your [Telerik.com account](https://www.telerik.com/account/product-download?product=UIASPCORE) download Visual Studio Extensions `.zip` or `7z`. |
| 21 | + |
| 22 | +## Start the Wizard |
| 23 | + |
| 24 | +- You can start the **Convert Project Wizard** from the Extensions menu at the top. In Visual Studio 2019 click **Extensions** > **Telerik** > **Telerik UI for ASP.NET Core** > **Convert to Telerik Application**. |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | +- Alternatively you could use the context menu in the **Solution Explorer** |
| 29 | + |
| 30 | +1. In the **Solution Explorer**, select the ASP.NET Core app you want to convert to Telerik Application. |
| 31 | +1. Right click the project file and select **Telerik UI for ASP.NET Core** > **Convert to Telerik Application**. |
| 32 | +1. Follow the wizard. |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | +The conversion wizard provides the following steps: |
| 37 | +- [Version selection](#distribution-selection) |
| 38 | +- [Theme selection](#theme-selection) |
| 39 | +- [Project settings](#project-settings) |
| 40 | + |
| 41 | +## Version Selection |
| 42 | + |
| 43 | +The distribution selection allows you to choose the version of the Telerik UI for ASP.NET Core you want to use. |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | +## Theme Selection |
| 48 | + |
| 49 | +The theme selection allows you to choose from large list of professionally styled built-in themes for your Telerik UI for ASP.NET Core application. |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | +## Project Settings |
| 54 | + |
| 55 | +The **Project Settings** page enables you to modify the project settings by configuring the following options: |
| 56 | + |
| 57 | +- **Render Right-To-Left**—Updates the master page with the Right-to-left support class and adds CSS reference for RTL styles. |
| 58 | +- **Copy Editor Templates**—Copies the predefined editor templates to `~/Views/Shared/EditorTemplates`. Existing editor templates will be overwritten. |
| 59 | +- **Copy Global Resources**—Copies the localization files to `~/Scripts/kendo/{version}/cultures`. |
| 60 | +- **Use CDN Support**—Enables or disables the [Kendo UI CDN support](https://docs.telerik.com/kendo-ui/intro/installation/cdn-service). |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | +The wizard automates several steps for you, that you can also perform manually. To get a better understanding of what the wizard does for you, see either of the following links: |
| 65 | + |
| 66 | +- [Adding the NuGet Package]({% slug gettingstarted_aspnetmvc6_aspnetmvc %}#adding-the-nuget-package) |
| 67 | +- [Set JSON Serialization for ASP.NET Core 2 or 3]({% slug jsonserialization_core %}) |
| 68 | +- [Add reference to Kendo.MVC.UI]({% slug gettingstarted_aspnetmvc6_aspnetmvc %}#adding-reference-to-kendomvcui) |
| 69 | +- [Including the client-side resources]({% slug gettingstarted_aspnetmvc6_aspnetmvc %}#including-the-telerik-ui-for-aspnet-core-client-side-resources) |
| 70 | + |
| 71 | +## See Also |
| 72 | + |
| 73 | +* [Installing UI for ASP.NET Core with Bower]({% slug bowerpackage_core %}) |
| 74 | +* [Installing UI for ASP.NET Core by Using the CDN Services]({% slug cdnservices_core %}) |
| 75 | +* [Installing UI for ASP.NET Core with NPM]({% slug npmpackages_core %}) |
| 76 | +* [Installing UI for ASP.NET Core with NuGet]({% slug nuget_install_aspnetmvc6_aspnetmvc %}) |
0 commit comments