Home Search Profile

Master ASP.NET Core 8 MVC: Build a Complete Ecommerce Shop

Focused View

20:08:36

  • 1 -Introduction.mp4
    06:34
  • 1 -Structure of online shop.mp4
    05:57
  • 2 -Create new project.mp4
    09:44
  • 3 -Adding layout.mp4
    20:41
  • 1 -What is Entity Framework.mp4
    05:03
  • 2 -Structure of Entity Framework.mp4
    03:50
  • 3 -Entity Framework steps.mp4
    03:30
  • 4 -Adding database to sql server.mp4
    11:43
  • 5 -Installing Nuget Packages.mp4
    06:16
  • 6 -Scaffolding menu table.mp4
    07:45
  • 7 -Adding Area.mp4
    06:10
  • 8 -Adding controllers and views for menu.mp4
    11:18
  • 9 -Customizing admin layout.mp4
    06:58
  • 10 -Adding select tag to menu view.mp4
    05:52
  • 11 -Make menus dynamic.mp4
    15:38
  • 1 -How to backup and restore project.mp4
    04:58
  • 2 -Adding banner to project.mp4
    19:02
  • 3 -Customizing banner views.mp4
    06:51
  • 4 -Save and load image in create view.mp4
    15:44
  • 5 -Adding image column to index view.mp4
    04:50
  • 6 -Showing image in edit view.mp4
    04:23
  • 7 -C# code to upload image in edit view.mp4
    10:30
  • 8 -C# code in delete view.mp4
    08:37
  • 9 -Adding banners to application.mp4
    06:39
  • 10 -Customize create view.mp4
    07:23
  • 11 -Loading slider c# code.mp4
    14:50
  • 12 -Loading banners c# code.mp4
    18:05
  • 1 -Adding product in application.mp4
    13:32
  • 2 -Customize create view of product.mp4
    08:18
  • 3 -C# code to save main image.mp4
    10:42
  • 4 -C# code to save the gallery images.mp4
    14:01
  • 5 -Customize edit view of product.mp4
    17:01
  • 6 -Deleting the gallery image.mp4
    14:02
  • 7 -Editing main image & gallery image.mp4
    16:12
  • 8 -Deleting the product records.mp4
    15:27
  • 1 -Adding products controller.mp4
    07:07
  • 2 -Adding index view for shop.mp4
    15:19
  • 3 -Loading main image of products.mp4
    07:30
  • 4 -Adding discount tag to products.mp4
    08:15
  • 5 -Adding price to products.mp4
    18:44
  • 6 -Searching the products.mp4
    19:50
  • 7 -Adding product details.mp4
    21:25
  • 8 -Loading product images.mp4
    17:43
  • 9 -Resize product images.mp4
    08:52
  • 10 -Loading product data.mp4
    22:32
  • 11 -Loading product info tab.mp4
    13:34
  • 12 -Fixing the width of items.mp4
    03:21
  • 13 -Adding new product section.mp4
    09:17
  • 14 -Completing new products item.mp4
    15:49
  • 1 -Review section.mp4
    13:36
  • 2 -Show comments.mp4
    08:05
  • 3 -Submit comment.mp4
    23:33
  • 4 -Scaffolding comments table.mp4
    05:18
  • 1 -Creating and Scaffolding user table.mp4
    04:54
  • 2 -Creating register form.mp4
    09:03
  • 3 -C# code to save registration form.mp4
    10:36
  • 4 -Adding guard to registration form.mp4
    04:22
  • 5 -Adding login view.mp4
    08:38
  • 6 -C# code to for login view.mp4
    17:34
  • 7 -Completing login process.mp4
    12:22
  • 1 -Creating password recovery view.mp4
    06:45
  • 2 -Sending recovery code to user.mp4
    16:27
  • 3 -Creating reset password view.mp4
    23:10
  • 1 -Cart structure.mp4
    05:20
  • 2 -Cart part 1.mp4
    10:31
  • 3 -Cart part 2.mp4
    05:02
  • 4 -UpdateCart action.mp4
    24:21
  • 5 -Update mini cart part 1.mp4
    15:14
  • 6 -Small cart action.mp4
    10:24
  • 7 -Finalize small cart.mp4
    21:47
  • 8 -Creating shopping cart view.mp4
    07:58
  • 9 -C# code for shopping cart action.mp4
    05:14
  • 10 -C# code for shopping cart view.mp4
    23:08
  • 11 -C# code for update QTY and grand total.mp4
    08:32
  • 1 -Designing checkout view.mp4
    10:36
  • 2 -Designing checkout view part 2.mp4
    09:27
  • 3 -Adding controllers and views for coupon.mp4
    05:29
  • 4 -Designing checkout view part 3.mp4
    15:26
  • 5 -Load shipping price.mp4
    05:29
  • 6 -Load products in checkout view.mp4
    04:34
  • 7 -Load coupon code in checkout view.mp4
    04:12
  • 8 -Apply coupon action.mp4
    13:55
  • 9 -Calculate total and subtotal.mp4
    08:00
  • 10 -Customizing checkout view items.mp4
    13:24
  • 1 -Adding order details.mp4
    04:54
  • 2 -Save order.mp4
    21:37
  • 1 -Install Paypal required packages.mp4
    03:27
  • 2 -C# code for online payment with paypal.mp4
    07:45
  • 3 -Paypal developer sandbox.mp4
    08:21
  • 4 -Paypal finalize.mp4
    16:33
  • 1 -Adding new arrivals.mp4
    13:54
  • 2 -Adding best selling.mp4
    24:40
  • 1 -Adding order list view.mp4
    11:20
  • 2 -Customizing order list view.mp4
    08:38
  • 3 -Designing order details view.mp4
    14:03
  • 4 -Adding my account view.mp4
    11:59
  • 5 -Adding multiline feature.mp4
    11:39
  • 6 -Checking QTY.mp4
    05:38
  • 7 -Remove extra elements.mp4
    01:48
  • 8 -Fixing add to cart buttons.mp4
    04:36
  • 9 -Adding controllers and views for user.mp4
    06:29
  • 10 -Adding controllers and views for order.mp4
    05:52
  • 11 -Customizing order edit view.mp4
    07:36
  • 12 -Customizing order delete action.mp4
    04:19
  • 13 -Update QTY after successful payment.mp4
    08:38
  • 1 -Adding other settings.mp4
    12:29
  • 2 -Adding logo to setting.mp4
    09:07
  • 3 -Loading setting in layout.mp4
    16:31
  • 1 -Adding admin dashboard.mp4
    07:42
  • 2 -Adding limit access to admin area.mp4
    07:21
  • 3 -Fixing top menu location.mp4
    02:12
  • 4 -Fixing product gallery slider.mp4
    02:11
  • 5 -Adding links to login view.mp4
    04:41
  • 6 -Fixing add to cart button.mp4
    02:46
  • More details


    Course Overview

    Learn to build a fully functional ecommerce website from scratch using ASP.NET Core 8 MVC, SQL Database, and Entity Framework. This comprehensive course covers everything from product management to PayPal integration.

    What You'll Learn

    • Design and implement a complete online shop with ASP.NET Core MVC
    • Integrate SQL Database using Entity Framework Core
    • Implement PayPal payment gateway and shopping cart functionality

    Who This Is For

    • Web developers wanting to master ASP.NET Core MVC
    • Programmers looking to build real-world ecommerce applications
    • C# developers seeking to expand their full-stack skills

    Key Benefits

    • Hands-on project building a complete ecommerce solution
    • Learn professional techniques for user management and security
    • Master image handling, product galleries, and dynamic content

    Curriculum Highlights

    1. Building the shop structure with Entity Framework
    2. Creating dynamic product pages and admin views
    3. Implementing PayPal payments and order processing
    Focused display
    Category
    • language english
    • Training sessions 114
    • duration 20:08:36
    • Release Date 2025/05/31