Creating a Code-First Model from a Database in Entity Framework
In previous posts we've explored creating a database-first model [http://www.exceptionnotfound.net/entity-framework-for-beginners-creating-a-database-first-model/] and creating a model-first model [http://www.exceptionnotfound.net/entity-framework-for-beginners-creating-a-model-first-model/] . Both of those designs used the same thing: an EDMX file. In order to use that file, we had to use a designer. But what if