Asp .Net Core MVC CRUD Using Entity Framework DB First Approach: A Quick Start in Visual Studio 2022



Asp .Net Core MVC CRUD Using Entity Framework DB First Approach: A Quick Start in Visual Studio 2022

Asp .Net Core MVC CRUD Using Entity Framework DB First Approach: A Quick Start in Visual Studio 2022

#AspNetCore #MVC #CodeWithGopi
Asp .Net Core Mvc Crud operations using Entity Framework DB First approach | Visual Studio 2022 with .Net 6.0

In this video explained how to perform CRUD operations in Asp Net Core with MVC using Entity Framework DB First approach. We have used Visual Studio 2022 with .Net 6.0 and SQL Server 2019.

Buy me a Coffee: https://www.buymeacoffee.com/codewithgopi

Join this channel to get access to perks:
https://www.youtube.com/channel/UCAv3apB5HzZOAO2FpmGng-g/join

Source Code link: https://github.com/gpaptechnologies/Crud-Operations-In-DotnetCore-With-MVC

Required Packages:
Install-Package Microsoft.EntityFrameworkCore.SqlServer
Install-Package Microsoft.EntityFrameworkCore.Tools
Install-Package Microsoft.EntityFrameworkCore.Design

Add DB Model:
Scaffold-DbContext “Server=MYPCSQLDEMO;Database=DEMO1;Trusted_Connection=True;” Microsoft.EntityFrameworkCore.SqlServer -OutputDir Models

For better understanding Please watch the video till the end.

Please subscribe to my channel

⌚ Timestamps

00:00 – Intro
00:54 – Database and Table Creation
03:17 – Core Project Creation
05:58 – Package Installation
08:11 – Model Creation by using Scaffold-DbContext
10:38 – Add ConnectionString
14:31 – Create Controller/Views
20:00 – Final Output

Playlists:

.Net Core :
https://www.youtube.com/playlist?list=PLz3T2C4dYvQKkYsJA5GU7fzHHLa-E0sPT

MVC Examples :
https://youtube.com/playlist?list=PLz3T2C4dYvQJw_VlvJAtwMxWJGYhOawH-

Real Time Examples in Asp .Net :
https://www.youtube.com/playlist?list=PLz3T2C4dYvQJnQIXmpNayawGu5CetFztY

Asp .Net Tutorial :
https://www.youtube.com/playlist?list=PLz3T2C4dYvQJ5RER2jza7SM8u_i4NkJFG

RDLC Reports :
https://www.youtube.com/playlist?list=PLz3T2C4dYvQJ1WNa3ZAme62Ra5y53jy3Z

SQL Server Tutorial for beginners :
https://www.youtube.com/playlist?list=PLz3T2C4dYvQJw92QZmmmTfISPNcnIQ-6m

Utilities:
https://www.youtube.com/playlist?list=PLz3T2C4dYvQJK7ZhYz3u75gsrRPQzHJ3S

Connect to My blog : https://codewithgopi.blogspot.com/

Tags:
#EntityFramework #CRUDINDOTNETCORE

Comments are closed.