InitialCreate migration and why is it important
Entity Framework migrations is indeed a great feature. It makes you don’t need to worry about the database schema updates almost at all. There are however few things you must know to properly understand and use EF migrations. This post describes few of those things.
By Mirek on (tags: Entity Framework, migrations, categories: architecture, tools, code)