Learn .NET core MVC with Entity Framework Core
-Introduction of .NET Core, Architecture,Project Structure
-Dependency Injection
-MVC Project Structure,Routing concept & Create Controller,Model & View
-Model-Controller-View binding with a static value,Use of List,Ienumerable
-Nuget Package Installation, Package Manager Console,Install Packages
-Use of DbContext, Create Database & Tables using Migration tool
-Table query using Entity,LINQ & RAW SQL
-Implement CRUD operation
-Razor View & HTML tag Helper
-ASP Tag helper
-Data Annotation Class Use
-Create Ecommerce Project in MVC