New to Telerik UI for ASP.NET Core? Download free 30-day trial

Sample Application

Telerik UI for ASP.NET Core comes with a sample .NET Core application, which is built with Visual Studio 2022. The application allows you to run the Demos locally, and you can inspect more closely how they are implemented. You can also experiment with them while you get accustomed to the product.

Running the Sample Application

To run the sample application in Visual Studio 2022:

  1. Navigate to the Telerik UI for ASP.NET Core installation directory: C:\Program Files (x86)\Progress\Telerik UI for ASP.NET Core [...release...]

  2. Open the Visual Studio 2022 sample project: wrappers\aspnetcore\Examples\AspNet.Core\VS2022\Kendo.Mvc.Examples\Kendo.Mvc.Examples.csproj.

  3. Press CTRL+F5 to build and run the application.

  4. The browser loads the start page of the sample application.

Start page shown in the browser

The sample application project for Visual Studio contains the following items:

  • Views—The Razor views.
  • Controllers—The Controller classes.
  • Models—The Model classes.
  • wwwroot—The web application root with the App_Data folder, which contains the LocalDB sample database and other client resources such as libraries, scripts, styles, and others.

See Also

In this article