PreviousNext

EF6 Code First Migrations for Multiple Models

by bill-s, 2015-04-03T16:30:04.000Z

Entity Framework 6 introduced support for Code First Migrations to better handle storing data for multiple models in a single data­base. But the support is very specific and may not be what you imagine. In this article, you’ll learn about this feature, what it does and doesn’t do, and see how to use it.

Read More