Home

Other

ASP.NET Core MVC — CE308 Lecture Notes

Step-by-step ASP.NET Core MVC lecture notes and code from Düzce University CE308.

ASP.NET Core MVC — CE308 Lecture Notes

A week-by-week collection of ASP.NET Core MVC lecture notes and code developed for Düzce University's CE308 Web Programming course.

Coverage

  • Controllers, models and Razor views; layouts and @section definitions.
  • Repository pattern and CRUD operations, then Entity Framework Core with SQL Server.
  • Migrations, model binding, validation, AutoMapper view models and custom tag helpers.

Each week is linked to its corresponding git commits for reference.