Telerik UI for ASP.NET Core E-Shop application

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.


Featured Telerik UI for ASP.NET Core components

The sample application showcases some of the most popular Telerik UI for ASP.NET Core components, such as:

Prerequisites

Running this app

  1. Add the Telerik Nuget feed as a Package Source.
  2. Open EShop.sln with Visual Studio.
  3. Open the terminal and enter the Web directory (...\eshop-sample-app-aspnetcore\EShop\Web).
  4. Run npm install to install the dependencies from the package.json file. This step is required to activate the gulp tasks defined in the gulpfile.js when running the app.
  5. Run the application (Hit Ctrl + F5).