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.
- Copy the
.bakfile from theDatabaseFilesfolder to your SQL Server backup location. - Restore the sample database through any of the approaches below:
- Use SQL Server Management Studio (SSMS)—Follow the steps in the Restore to SQL Server article. Note: You need to select the
AspNetCoreEshop.bakfile and the name of the database should beAspNetCoreEshop. - Use Transact-SQL (T-SQL)—Run the
RESTORE DATABASEcommand as described in the article linked here.
- Open
EShop.slnwith Visual Studio. - Open the terminal and enter the
Webdirectory (...\eshop-sample-app-aspnetcore\EShop\Web). - Run
npm installto install the dependencies from thepackage.jsonfile. This step is required to activate thegulp tasksdefined in thegulpfile.jswhen running the app. - Run the application (Hit
Ctrl+F5).