Learn ASP.NET Core MVC (.NET 10) 🎓
Join the all-access subscription for unlimited courses, including ASP.NET Core MVC (.NET 10), at just $19.99/month. https://frankliucs.com/all-access

Frank Liu
1.0K views • Jan 21, 2026

About this video
🎁ALL-ACCESS Subscription: Unlock access to all of my courses, both now and in the future at a low $19.99 / month.
https://frankliucs.com/all-access
💎 Master .NET Core MVC in .NET 10 by Building a Market Management System
https://frankliucs.com/mvc
💎 Complete Guide to ASP.NET Core Identity in .NET 10
https://frankliucs.com/identity
💎 Complete Web API Course in .NET 10
https://frankliucs.com/webapi-course
💎 Blazor Deep Dive in .NET 10 - From Beginner to Advanced
https://frankliucs.com/blazor8
💎 Learn Blazor while building an Inventory Management System in .NET 10
https://frankliucs.com/blazor-ims
💎 ASP.NET Deep Dive (32 Hours Complete Course)
https://frankliucs.com/aspnetcore
💎 Master Multithreading & Asynchronous Programming in C# and .NET 10
https://frankliucs.com/multiasync
💎 Become advanced-level programmer with challenges from CodeCrafters. Over 50k devs use CodeCrafters, including staff-level engineers at Google, GitHub, Vercel, and more. Use the following link to get 40% off:
https://frankliucs.com/codecrafters
💎 SQL Masterclass: From Zero to Hero with SQL Server
https://frankliucs.com/sql
💎Learn .NET MAUI while creating a Contacts App in .NET 7:
https://frankliucs.com/maui
👍Clearn Architecture Course
https://frankliucs.com/architecture-course
🔌 Connect with me: https://frankliucs.com/
🏅 Support me on Patreon: https://www.patreon.com/frankliucs
☕ Support me on Buy me a Coffee: https://www.buymeacoffee.com/frankliucs
00:00:00 Introduction
00:01:43 1. Traditional Web Application Frameworks
00:03:18 2. Why do we need a framework
00:10:57 3. Understand the MVC Pattern
00:14:15 4. Add Support for MVC framework
00:17:11 5. Handle requests with Controllers
00:21:53 6. Render HTML with Views
00:31:16 7. Pass parameters to Action Methods
00:38:12 8. Pass Model class to the view
00:44:44 9. Introduction of Seciton 2
00:45:33 10. Understand Layout file and _ViewStart file
00:52:17 11. Use static file middleware to apply bootstrap css styles
00:58:15 12. Use sections in the layout file
01:03:12 13. Use Static Repository to Store Data
01:08:09 14. Use the Controller-Model-View triangle to implement a page
01:13:23 15. Use Tag Helpers to create navigation Links
01:20:46 16. Undersatnd the _ViewImports file
01:23:23 17. Understand Model Binding in HttpGet action method
01:30:25 18. Use Tag Helpers to help create a html form
01:36:26 19. Handle HttpPost request
01:41:19 20. Use Hidden field to store Id in the form
01:44:59 21. Form Validation with DataAnnotation
01:52:51 22. Assignment 1_ Add Category
01:55:10 23. Assignment 1_ Answer
02:05:32 24. Render Javascript in a Section
02:14:10 25. Use partial view to deduplicate code
02:22:29 26. Course Project: Prepare Source Code
02:25:37 27. Implement Products List
02:32:42 28. Understand ViewModel
02:34:48 29. Implement Add Product
02:49:46 30. Implement Edit Product
02:58:58 31. Create the Product PartialView
03:03:08 32. Implement Delete Product
#aspnetcore #csharp #aspnetcoremvc #dotnet
https://frankliucs.com/all-access
💎 Master .NET Core MVC in .NET 10 by Building a Market Management System
https://frankliucs.com/mvc
💎 Complete Guide to ASP.NET Core Identity in .NET 10
https://frankliucs.com/identity
💎 Complete Web API Course in .NET 10
https://frankliucs.com/webapi-course
💎 Blazor Deep Dive in .NET 10 - From Beginner to Advanced
https://frankliucs.com/blazor8
💎 Learn Blazor while building an Inventory Management System in .NET 10
https://frankliucs.com/blazor-ims
💎 ASP.NET Deep Dive (32 Hours Complete Course)
https://frankliucs.com/aspnetcore
💎 Master Multithreading & Asynchronous Programming in C# and .NET 10
https://frankliucs.com/multiasync
💎 Become advanced-level programmer with challenges from CodeCrafters. Over 50k devs use CodeCrafters, including staff-level engineers at Google, GitHub, Vercel, and more. Use the following link to get 40% off:
https://frankliucs.com/codecrafters
💎 SQL Masterclass: From Zero to Hero with SQL Server
https://frankliucs.com/sql
💎Learn .NET MAUI while creating a Contacts App in .NET 7:
https://frankliucs.com/maui
👍Clearn Architecture Course
https://frankliucs.com/architecture-course
🔌 Connect with me: https://frankliucs.com/
🏅 Support me on Patreon: https://www.patreon.com/frankliucs
☕ Support me on Buy me a Coffee: https://www.buymeacoffee.com/frankliucs
00:00:00 Introduction
00:01:43 1. Traditional Web Application Frameworks
00:03:18 2. Why do we need a framework
00:10:57 3. Understand the MVC Pattern
00:14:15 4. Add Support for MVC framework
00:17:11 5. Handle requests with Controllers
00:21:53 6. Render HTML with Views
00:31:16 7. Pass parameters to Action Methods
00:38:12 8. Pass Model class to the view
00:44:44 9. Introduction of Seciton 2
00:45:33 10. Understand Layout file and _ViewStart file
00:52:17 11. Use static file middleware to apply bootstrap css styles
00:58:15 12. Use sections in the layout file
01:03:12 13. Use Static Repository to Store Data
01:08:09 14. Use the Controller-Model-View triangle to implement a page
01:13:23 15. Use Tag Helpers to create navigation Links
01:20:46 16. Undersatnd the _ViewImports file
01:23:23 17. Understand Model Binding in HttpGet action method
01:30:25 18. Use Tag Helpers to help create a html form
01:36:26 19. Handle HttpPost request
01:41:19 20. Use Hidden field to store Id in the form
01:44:59 21. Form Validation with DataAnnotation
01:52:51 22. Assignment 1_ Add Category
01:55:10 23. Assignment 1_ Answer
02:05:32 24. Render Javascript in a Section
02:14:10 25. Use partial view to deduplicate code
02:22:29 26. Course Project: Prepare Source Code
02:25:37 27. Implement Products List
02:32:42 28. Understand ViewModel
02:34:48 29. Implement Add Product
02:49:46 30. Implement Edit Product
02:58:58 31. Create the Product PartialView
03:03:08 32. Implement Delete Product
#aspnetcore #csharp #aspnetcoremvc #dotnet
Tags and Topics
Browse our collection to discover more content in these categories.
Video Information
Views
1.0K
Likes
59
Duration
03:16:57
Published
Jan 21, 2026
User Reviews
4.5
(1) Related Trending Topics
LIVE TRENDSRelated trending topics. Click any trend to explore more videos.
No specific trending topics match this video yet.
Explore All Trends