This is an introductory course on ASP.NET MVC Core 2.0 that will take you from basics all the way to advance mode. This course is for anyone who is new to asp.net core 2.0 or who is familiar with ASP.NET MVC and wants to take a first stab at understanding what is different in asp.net core 2.0. From there we would be building multiple projects to understand all concepts in ASP.NET MVC Core 2.0
Throughout this course we would understand the evolution of ASP.NET Core and then we would take a look at the modified files and folder structure.
We would then take a look at new concepts in ASP.NET MVC Core 2.0
We would build a small book list application with CRUD operations using entity framework for integration with database.
We would build CRUD Operations application with EF and use Razor Pages for the next project
Finally we would build an auto garage application for maintaining car records for our final project