ASP.NET Core MVC - Build an E-Commerce Web Application 2025
What you'll learn
- Learn How to Build Web Applications using ASP .NET Core MVC
- Understand the Architecture and the Features of ASP .NET Core MVC
- Learn How to Install and Use Entity Framework to Access SQL Server Databases
- Create, Read, Update and Delete Data from SQL Server Database using Entity Framework
- Implement Pagination, Search and Sort Functionalities using Entity Framework
- Undestand the MVC Pattern and How to Create Models, Views and Controllers
- Learn Different Techniques to Pass Data from the Controller to the View
- Implement User Registration, Authentication and Role-based Authorization using Identity
- Edit the User Profile and Password, and Request Password Reset Tokens by Email
- Create and Store the Shopping Cart and Orders
Requirements
- Beginner knowledge of C#, HTML and Visual Studio 2022
Description
This course is for Beginners to ASP.NET having some knowledge of C# or similar programming languages.
In this course, I will show you how to create a web application using ASP.NET Core MVC. You will understand the MVC pattern and you will be able to create Models, Views and Controllers.
We will use Entity Framework to perform CRUD (Create, Read, Update and Delete) operations and to implement advanced functionalities, such as pagination, search and sort.
We will use Identity to implement user Registration, Authentication and Role-based Authorization. Besides, we will add many useful functionalities, such as edit the user profile, update the user password, display the registred users, update the user role, delete the user account, and request a password reset token.
Also, we will create the shopping cart and orders. We will store the shopping cart into a cookie and we will use colored badges to track the order status.
In this course, you will learn:
- The architecture of ASP.NET Core MVC
- How to create Models, Views and Controllers
- How to pass data from the controller to the view
- How to create forms and bind models to the forms
- How to validate form data using attributes and model binding
- How to install and use Entity Framework to access SQL Server Databases
- How to perform CRUD operations (Create, Read, Update and Delete) using Entity Framework
- How to advanced functionalities: pagination, search and sort
- How to upload images to the server
- How to read application parameters from appsettings.json
- How to use dependency injection: add services to the application container and request services from this container
- How to install Identity and how to create Identity user and tables
- How to create user Roles and how to register the Admin user
- How to register, authenticate and authorize users
- How to edit the user profile and password
- How to request password reset token by email
- How to display the registered users
- How to edit the user role
- How to delete the user account
- How to create, read, update and delete the shopping cart
- How to create orders and how to update the order status
To follow this course, you need to install the following tools
- Visual Studio 2022 including two components: “ASP.NET and web Development” and “.NET Desktop development”
- Microsoft SQL Server
Who this course is for:
- Beginners who want to understand and use ASP .NET Core MVC to build advanced web applications
Instructor
I have more than 15 years of experience as software developer and more than 7 years of experience as university professor in computer science. I master many programming languages, frameworks and technologies. My main topic covers C#, ASP.NET, PHP, Laravel, Java, Android, JavaFX, C/C++, Computer Security and Wi-Fi Networks. I love programming, teaching and sharing my knowledge with others.