This is an introductory course on ASP.NETCore 3.1. This course is for anyone who is new to asp.net core 3.1 or who is familiar with ASP.NET and wants to take the first stab at understanding what is different in asp.net core 3.1.
Throughout this course, we would understand the evolution of ASP.NETCore 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.NETCore 3.1 with Razor Pages
We would build a small book list application with CRUD operations using entity framework for integration with a database with asp.net core Razor Pages.
We would then take a look at new concepts in ASP.NETCore 3.1 with MVC
We would build a small book list application with CRUD operations using entity framework for integration with a database with asp.net core MVC.
We will also see how we can use Datatables with APICalls in a Razor Project.