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

Wireguard VPN: Notes

Notes while trying Wireguard VPN on some of my testbeds.

IIS: Delete cached files on server running IIS

Delete cached files on server running IIS When changing css, javascript files, check to delete if IIS still caches old files in the default folder C:\inetpub\temp\IIS Temporary Compressed Files\<sitename>\$^_gzip_D^\ Apply to: IIS 8.5