Overview
Embark on a comprehensive journey through ASP.NET Core MVC and Entity Framework Core in .NET 9 with this beginner-friendly tutorial. Start from the basics of MVC architecture and progress through essential concepts like file structure, action results, and Razor syntax. Dive into Entity Framework Core, exploring both code-first and database-first approaches. Master CRUD operations and learn to implement various database relationships. Gain hands-on experience by following step-by-step instructions and accessing the provided source code on GitHub. Enhance your learning with a structured curriculum covering everything from setup to advanced topics like many-to-many relationships. Perfect for newcomers looking to build a solid foundation in ASP.NET Core MVC development.
Syllabus
⌨️ Overview
⌨️ What is MVC?
⌨️ .NET 9 Setup
⌨️ File Structure
⌨️ MVC in Action
⌨️ IActionResult
⌨️ Action Parameters
⌨️ Razor Syntax
⌨️ Entity Framework Core Code-First
⌨️ Entity Framework Core Database-First
⌨️ CRUD Overview
⌨️ Reading the data
⌨️ Creating the data
⌨️ Updating the data
⌨️ Deleting the data
⌨️ One to One Relationships
⌨️ One to Many Relationships
⌨️ Many to Many Relationships
Taught by
freeCodeCamp.org