News

There's more (and some less) in Entity Framework Core compared to Entity Framework 6, at least in version 1.0. While you can move to Entity Framework Core now, it might be too early for you.
I frequently get asked if Entity Framework (EF) in a Code First environment supports calling stored procedures. The short answer is: "In EF6 -- which works everywhere -- the answer is Yes." As I ...
Peter steals another tip from a reader: Entity Framework isn't just for tables and stored procedures. Leveraging SQL Server views can simplify your code.
You would typically create an empty EDM using the Entity Data Model Wizard in Visual Studio, define the entities and their relationships in Visual Studio, then generate the database from this ...
Entity Framework 7, a major redesign of Entity Framework, provides support for non-relational data stores and in-memory data. Also, Windows Phone and Windows Store applications are supported.
Good news for .NET Core developers: There's a package that gives Entity Framework Core the lazy loading capabilities that your existing applications may be using. Or may not be using -- you might not ...