Entity Framework Core 2.1 in a Class Library
I’ve just started using EF Core 2.1 and have to say I’m enjoying it so far. As someone with experience with EF back around verison 3 or 4, it was a bit of a nightmare coming from a fully custom SQL backend. Trying to recreate the relationships in EF meant spending more time editing EDMX…
And so it begins…
Let’s start with a quick introduction. I’m Toby Worth, a full-stack web application developer. I’m currently using .Net Core, Azure SQL and Angular 6 to create a PWA.