Blog

Huw Steele

I'm a lead developer for Scott Logic, based in Bristol, focused primarily on .Net and Azure.
Tech
Persisting data can be easy with an ORM like EF Core. Let's take a look at how we can save our data without compromising our domain models.
Tech
We usually need to consider data persistence when writing an application. In this first part we look at how to model your domain in preparation for use with Entity Framework.