EntityFramework .Net Core Basics
In this post I’m going to describe the cleanest way to setup your Entity Framework code in .Net Core. For this example, I’m going to create the database first, then I’ll run a POCO generator to generate the Plain Old C# Objects and their mappings. Finally, I’ll put it together in a clean format. The … Read moreEntityFramework .Net Core Basics