Recent Posts

Entity Framework 6 Refresher: Mapping Files

1 minute read

Entity Framework can determine a lot of things about your model on it’s own, but at some point you need to provide some information about your classes that i...

Entity Framework 6 Refresher: Seed Data

less than 1 minute read

“Seed Data” is data that is inserted into the database when migrations are run. Generally, this would be relatively static look-up data such as States or Or...

Entity Framework 6 Refresher: Initial Setup

1 minute read

It has been a long time since I used Entity Framework on anything other than an brownfield project where most work consisted of adding or removing the occasi...