Skip to main content

Entity Framework Core: Notes

Entity Framework - Source: https://static.gunnarpeipman.com/wp-content/uploads/2019/12/ef-core-featured.png.webp

Entity Framework is [WHAT] an object-relational mapper [WHY] enabling .NET developer to work with relational data using domain-specific object.

Entity frameworkd documentation


dotnet tool update --global dotnet-ef

dotnet ef migrations : 
dotnet ef database update : 

Update dotnet-ef tool

PS C:\Users\tuyen> dotnet tool update --global dotnet-ef
Tool 'dotnet-ef' was successfully updated from version '6.0.9' to version '6.0.10'.
PS C:\Users\tuyen> dotnet ef --version
Entity Framework Core .NET Command-line Tools
6.0.10
PS C:\Users\tuyen>

Popular posts from this blog

GNU nano Text Editor

nano - Nano's ANOther editor, an enhanced free Pico clone

Powershell: head and tail command

Use head or tail to skim the first or last 5 lines.

Using Powershell to manage Hyper-V

Common powershell cmdlets to manage Hyper-V.