Entity Framework

This is the ORM from Microsoft that the most people coding in CSharp seems to be using, there are many other ones but this is the one that we will be using and that I will be documenting. This will include tips/best practices/etc.

Uri:: Get started with Entity Framework 6 - EF6 | Microsoft Learn

Entity Framework Core

Migrations

Run Migrations

update-database

Script Migrations to SQL

Script-Migration -From PreviousMigration -To CurrentMigration