ASP.net Crud -Entity Framework Core -2025

Опубликовано: 20 Май 2026
на канале: Kannababu Banna
743
36

🎯 ASP.NET Core + Entity Framework Core CRUD Operations Tutorial
In this video, we’ll build a complete CRUD (Create, Read, Update, Delete) web application using ASP.NET Core MVC and Entity Framework Core (EF Core).
You’ll learn how to connect your project to a SQL Server database, create a Model, DbContext, Controller, and Views using Razor pages.
www.mygominds.com
🔥 What You’ll Learn

✅ Create a new ASP.NET Core MVC Project
✅ Configure and connect SQL Server Database
✅ Implement Entity Framework Core
✅ Perform CRUD Operations (Insert, Update, Delete, View)
✅ Use Dependency Injection for DbContext
✅ Build Razor Views for Employee Management
✅ Run and Test the Application