ASP.NET Core MVC Course for Beginners (.NET 9)
Learn ASP.NET Core MVC and Entity Framework Core in .NET 9 from scratch with this beginner-friendly, step-by-step tutorial.
✏ ️ Course developed by @codeafuture
📙 Get his C# eBookhttps://codeafuture.gumroad.com/l/csharp-unlocked..
💻 Source Codehttps://github.com/codeafuture/MyApp---CRUD..
⭐ ️ Chapters ⭐ ️
⌨ ️ (0:00:00) Overview
⌨ ️ (0:00:51) What is MVC?
⌨ ️ (0:02:32) .NET 9 Setup
⌨ ️ (0:06:17) File Structure
⌨ ️ (0:13:20) MVC in Action
⌨ ️ (0:21:52) IActionResult
⌨ ️ (0:24:26) Action Parameters
⌨ ️ (0:29:06) Razor Syntax
⌨ ️ (0:31:43) Entity Framework Core Code-First
⌨ ️ (0:45:42) Entity Framework Core Database-First
⌨ ️ (0:49:22) CRUD Overview
⌨ ️ (0:51:30) Reading the data
⌨ ️ (1:04:16) Creating the data
⌨ ️ (1:14:45) Updating the data
⌨ ️ (1:22:20) Deleting the data
⌨ ️ (1:32:27) One to One Relationships
⌨ ️ (1:44:53) One to Many Relationships
⌨ ️ (1:58:41) Many to Many Relationships