News

Entity Framework (EF) 6.1 is the first ".x" update since Microsoft open sourced the tool moving to version 6 and moved it to CodePlex. It features tooling consolidation that "extends the ADO.NET ...
Everyone likes the plain old objects used in code-first Entity Framework development. No one, on the other hand, likes writing all of the repeated code in those objects. Good News! You already have a ...
There are three approaches to model your entities in Entity Framework: Code First, Model First, and Database First. This article discusses all these three approaches and their pros and cons.