Skip to content

ASP.NET Core MVC CRUD Operations Using Entity Framework Core and SQL Server as Database.

Notifications You must be signed in to change notification settings

Neeraj102001/.Net-CoreProjects

Repository files navigation

ASP.NET CORE 7.0 MVC CRUD

Required packages for database installation;

  • Microsoft.EntityFrameworkCore.SqlServer
  • Microsoft.EntityFrameworkCore.Tools

Connection string;

  • Server=myServerAddress;Database=myDataBase;Trusted_Connection=True;TrustServerCertificate =true;

Migration codes;

  • Add-Migration "Initial Migration"
  • Update-Database
  • Remove-Migration
  • Get-Migration
  • Remove-Migration -Force

About

ASP.NET Core MVC CRUD Operations Using Entity Framework Core and SQL Server as Database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages