Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 9.0.0 |
Author(s): | Microsoft |
Last Update: | Tuesday, November 12, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://docs.microsoft.com/ef/core/ |
NuGet Url: | https://www.nuget.org/packages/dotnet-ef |
Install
Install-Package dotnet-ef
dotnet add package dotnet-ef
paket add dotnet-ef
dotnet-ef Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Enables these commonly used dotnet-ef commands:
dotnet ef migrations add
dotnet ef migrations list
dotnet ef migrations script
dotnet ef dbcontext info
dotnet ef dbcontext scaffold
dotnet ef database drop
dotnet ef database update.