C

Coding Defined's Coding Defined

This blog contains articles on Nodejs, Asp.Net, Csharp.
CodingDefined.com is a web based blog, contains articles on
programming languages, frameworks and architectures.

  • Rated3.1/ 5
  • Updated 1 Year Ago

Add Seed Data To Entity Framework in Asp.Net Boilerplate

Updated 5 Years Ago

Add Seed Data To Entity Framework In Asp.Net Boilerplate
In this post we will show how to add a seed data to entity framework in asp.net boilerplate. I was in a impression that Entity Framework Core will add the seed data on the migration file and it will create it when we run update-database.
Read More