Skip to content

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

Notifications You must be signed in to change notification settings

ahmetozdemr/ASPNET_CORE_MVC_CRUD

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

Resources

  1. Sameer Saini
  2. Patrick God

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published