Controller in Asp.net core MVC | Asp.net core MVC 6.0 | Asp.net core MVC tutorial

Опубликовано: 04 Август 2026
на канале: Just Pick and Learn
8,793
137

This video is dedicated to Controllers in Asp.net Core MVC application. You will understand several things:
1. Core components of MVC application
2. What is controller?
3. What is action method?
4. How the controller handles the request?
5. How the controller sends model data to the View?
6. How the controller delivers the right view?
7. How to add new controller to the project?

You can download the latest code from below git repository
https://github.com/JustPickAndLearn/C...

Supporting content:
1. MVC architecture in ASP.net Core
   • MVC architecture in Asp.net Core  | Asp.ne...