/EntityFramework.DeepDive

Entity Framework Deep Dive Demo

Primary LanguageC#MIT LicenseMIT

Entity Framework Deep Dive

Demo code for my workshop "Entity Framework Deep Dive"

Getting started

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.

Points of Interest

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

License

MIT