Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1.83 KB

README.md

File metadata and controls

19 lines (10 loc) · 1.83 KB

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