Skip to content

GordonBeeming/GordonBeemingCom

Folders and files

NameName
Last commit message
Last commit date
Nov 13, 2024
Dec 23, 2024
Mar 18, 2024
May 24, 2024
Nov 13, 2024
May 31, 2024
Jun 4, 2023
Oct 29, 2023
Jun 4, 2023
Jan 15, 2023
Mar 18, 2024
May 24, 2024
Nov 13, 2024
May 24, 2024
Jan 15, 2023
Jun 4, 2023
Sep 25, 2023
Nov 13, 2024
Jun 4, 2023

Repository files navigation

GordonBeemingCom

This is the source code for profile and blog site https://gordonbeeming.com. Feel free to use pieces of it that might be useful to you.

Database Changes

Once new tables are added to the database context, you will need to run the following command to generate the migration files:

dotnet tool restore
cd src
dotnet dotnet-ef migrations add {{ NAME OF MIGRATION }} --context AppDbContext --project 'GordonBeemingCom.Database' --startup-project 'GordonBeemingCom'