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:
Navigate to the Telerik UI for ASP.NET Core installation directory:
C:\Program Files (x86)\Progress\Telerik UI for ASP.NET Core [...release...]
Open the Visual Studio 2022 sample project:
wrappers\aspnetcore\Examples\AspNet.Core\VS2022\Kendo.Mvc.Examples\Kendo.Mvc.Examples.csproj
.Press
CTRL+F5
to build and run the application.- The browser loads the start page of the sample application.
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 theApp_Data
folder, which contains the LocalDB sample database and other client resources such as libraries, scripts, styles, and others.