Demo code for my workshop "Entity Framework Deep Dive"
Open FS.EntityFramework.DeepDive.sln
and configure databases in appsettings.json
.
Start the project FS.EntityFramework.DeepDive
. No compilation of the front-end required, a compiled version is also checked in.
Methods of BlogController.cs
and subordinates CRUD operations, JSON Columns, SQL Queries, Interception, Functions, SQL Expressions where you can modify and play with.
Model configuration in DeepDiveDbContext
MIT