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

hmailserver: Notes from the field

hmailserver is one of free open source mail servers running on Microsoft Windows operating system.

stegseek: Notes

StegCracker has been retired following the release of StegSeek, which will blast through the rockyou.txt wordlist within 1.9 second as opposed to StegCracker which takes ~5 hours.

Install Microsoft .NET Core SDK

.NET Core Software Development Kit (SDK) is a set of libraries and tools that allow developers to create .NET Core applications and libraries.