Monthly Archives: August 2018

Data Seeding in EF Core

Data seeding is a process where you populate the initial set of data into the database. I’ll explain some of the rudimentary steps needed for creating seed data in your app. Prior to EF Core 2.1, seeding data was not … Continue reading

Posted in .NET, ORM | Leave a comment