C# – Implement CRUD Functionality – ASP.NET MVC with EF Core – Video

This is the second video of the Microsoft tutorials, for ASP.NET MVC with Entity Framework Core:

Continuing the previous video, in this one the following tasks are carried out:

  • Customize the Details page
  • Update the Create page
  • Update the Edit page
  • Update the Delete page

The customization of the Details page was the most interesting part of the tutorial, thus allowing us to unite data from two tables – students and enrollments:

This is the Details.cshtml code:

And the details controller:

For everything else, here is GitHub – https://github.com/Vitosh/ASP/tree/master/EFCoreAsp.NetMvcWebApp/ContosoUniversity002

Tagged with: , , ,