The E-Shop app is built with Telerik UI for ASP.NET Core components within ASP.NET Core application. The sample app demonstrates the most common use cases related to online stores – product categories, product lists and details, shopping cart, similar and recently viewed products, user profile, sophisticated product filters, and so on. Besides that, the demo includes integration with Telerik Reporting to showcase how to generate order invoice, print product catalogue, or export favorite products in PDF. The styling is powered by the new built-in Fluent theme, which is available for all Telerik and Kendo UI components. The products data is based on AdventureWorks sample database.
The sample application showcases some of the most popular Telerik UI for ASP.NET Core components, such as:
- Data Grid
- Scrollview
- ListView
- AutoComplete
- TabStrip
- Form
- Slider
- Rating
- CheckBoxGroup
- RadioGroup
- ButtonGroup
- Map
- Menu
- Captcha
- Add the Telerik Nuget feed as a Package Source.
- Open
EShop.sln
with Visual Studio. - Open the terminal and enter the
Web
directory (...\eshop-sample-app-aspnetcore\EShop\Web
). - Run
npm install
to install the dependencies from thepackage.json
file. This step is required to activate thegulp tasks
defined in thegulpfile.js
when running the app. - Run the application (Hit
Ctrl
+F5
).