Back to Browse

12 - How to Create Controller Data using Student Model | .NET 10 MVC

35 views
Apr 1, 2026
5:01

In the 12th video of our .NET 10 MVC Student Management System series, we are moving from static HTML to dynamic data handling. I will show you how to use the Student Model we created earlier inside a Controller. We will write the code to initialize a List Student, add a record (like "Peter"), and pass that list directly to our View. This is a foundational step for anyone learning how data moves in an ASP.NET Core application. Key highlights in this video: Creating a new StudentController. Implementing the List Student collection. Understanding return View(students); logic. How the Controller acts as the middleman between your Model and View. Source Code (Commit-by-Commit):https://github.com/pcktuts/MVCApp-.NET-10-/commit/110fa8a78c872e6cd9e3d95023eff96897304112

Download

1 formats

Video Formats

360pmp43.5 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

12 - How to Create Controller Data using Student Model | .NET 10 MVC | NatokHD