Community

Seeding an Entity Framework Database From File Data

(K. Scott Allen) The migrations feature of the Entity Framework includes a Seed method where you can populate the database with the initial static data an application needs. For example, a list of countries.

Read More - Register for Free Membership