Creating a Model-First Model in Entity Framework
In the first installment of this series [http://www.exceptionnotfound.net/entity-framework-for-beginners-creating-a-database-first-model] , we set up a new EDMX context for our Northwind database using a methodology known as Database-First (an astonishingly descriptive name, don't you think?). In this post, we're going to build our own model using a new Context