DEV Community

jalpesh Vadgama
jalpesh Vadgama

Posted on

2

CRUD Operation with ASP.NET Core MVC, Entity Framework Core And SQL Server

In this video, You will learn about ASP.NET Core MVC framework. How it's works and then create a basic Crud operation with Entity Framework core code first with SQL Server Database.

Topic discussed in this video are

➤ 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.

Hope you like this video.

📂 Source Code:

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

If you like this video and wanted to see a similar kind of video then, please subscribe to my YouTube channel at - https://bit.ly/codewithjv

Heroku

Simplify your DevOps and maximize your time.

Since 2007, Heroku has been the go-to platform for developers as it monitors uptime, performance, and infrastructure concerns, allowing you to focus on writing code.

Learn More

Top comments (0)

Heroku

Build apps, not infrastructure.

Dealing with servers, hardware, and infrastructure can take up your valuable time. Discover the benefits of Heroku, the PaaS of choice for developers since 2007.

Visit Site

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay