Introduction to ASP.NET Core MVC (.NET 8)

Support more free content? ☕ Coffee: https://www.buymeacoffee.com/bhrugen

Snippets for the Course : https://www.dotnetmastery.com/Home/Details?courseId=9

In this Introductory course, we will learn MVC (Model-View-Controller) with .NET 8.

When we are working with .NET Core Web Applications, there are two common ways of building website.
1. MVC (Model-View-Controller) Web Application
2. Razor Pages Web Application

In this course we will learn the basics of .NET Core (.NET 8) and then learn basics of MVC and Razor Pages as we enhance MVC Application to a more complex final project!.

To see more in-depth full courses go to : https://dotnetmastery.com/

Full Course [17hr+ content] – https://www.dotnetmastery.com/Home/Details?courseId=9

GitHub Link : https://github.com/bhrugen/Bulky_MVC/tree/15a896555835fae1482fb1536e549dc132c92249

All GitHub Repo: https://github.com/bhrugen

Topics Covered
– Fundamentals of .NET Core
– MVC Application
– Razor Pages
– Entity Framework Core
– Repository Pattern
– ViewBag
– ViewData
– TempData
– Toastr and sweet alerts in .NET Core
– Datatables in .NET Core
– Assignments
– Errors and how to solve them!

Because of the extensive length i could not break out all sections but below you will find the section breakout timestamp.

⭐️ Course Contents ⭐️
⌨️ (0:00:00) Section 1 – Welcome & Getting Started
⌨️ (1:06:53) Section 2 – Category CRUD Operations
⌨️ (3:36:22) Section 3 – Razor Project
⌨️ (4:19:04) Section 4 – N-tier Architecture
⌨️ (4:57:36) Section 5 – Repository Pattern
⌨️ (5:48:38) Section 6 – Product CRUD
⌨️ (7:49:08) Section 7 – Home and Details Page
⌨️ (8:05:00) Section 8 – Identity in .NET Core
⌨️ (9:25:19) What’s Next?