GordonBeeming / 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.

Home Page:https://gordonbeeming.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'

About

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.

https://gordonbeeming.com

License:MIT License


Languages

Language:CSS 58.3%Language:C# 18.2%Language:HTML 16.7%Language:HCL 4.1%Language:SCSS 1.2%Language:JavaScript 0.9%Language:Dockerfile 0.3%Language:PowerShell 0.3%Language:Batchfile 0.1%