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
A few common commands used in the creation of migrations (running this is the Package Manager Console)
Script-Migration -From PreviousMigration -To CurrentMigration- This generates the actual sql code