How do I handle situations in which I need pre-existing data before the app is started or right after the database is generated. For example, I have a list of countries in w
For an example see the new MVC / Entity Framework tutorial series at
http://www.asp.net/entity-framework/tutorials#Using%20MVC
Both #1 and #4 show initializer classes.