CRUD Operation with ASP.NET Core, Entity Framework Core And SQL Server Part-2

This is part of my previous video where I have explained following topics

➤ What is Model View Controller Pattern
➤ How MVC works
➤ Structure of ASP.NET Core MVC Application
➤ How to install Nuget packages for Entity Framework Core
➤ How to create model classes with Annotation for validation
➤ How to create Entity Framework Context class and how to configure the database connection.
➤ How to Create Migration with Help of Entity Framework Tools Nuget package and Use of Add-Migration command.
➤ How to apply migration with Entity Framework Core in SQL Server database with Update-Database Command
➤ How to create Scaffolding and How to create Controller and Views with Scaffolding in Visual Studio.
➤ Explanation of Code generated and How entity Framework Core works.
➤ How to do validation in Forms and how to use ASP.NET Core Tag helpers for that.

Due to limitation of time and big video length I was not able to the explain few topics in that video. So I thought it will be a good idea to create a video which explains how it works

So following topics are included in this video.
➤ What is Controller
➤ What is Action Methods
➤ Limitation of Action methods
➤ How Add, Edit, Delete and Get data from the SQL Server database with the help of Entity Framework Core 5.0
➤ How action methods are map with URLs via routing.

📂 Source Code:

You can find source code from the following GitHub Repository.
https://github.com/JalpeshVadgama/ASPNETCoreMVCEFCoreCrudOperation

#aspdotnet #sql #entity-framework #developer

CRUD Operation with ASP.NET Core, Entity Framework Core And SQL Server Part-2
2.30 GEEK