A common complaint of the Entity Framework is slow insert times for larger datasets. Last […]
Using VSDBCMD to deploy an Entity Framework (EF) CodeFirst (or any other) database to AppHarbor
If you?ve taken the jump to try out the new Entity Framework Code First and […]
Entity Framework GetById<T>
I was asked the other day if I knew of a way to do GetById […]
The Entity Framework and the “The invoked member is not supported in a dynamic assembly” exception.
When you create an entity model, a few mapping files are created for you; namely […]
Unity Extension for Entity Framework POCO Configuration, Repository and Unit of Work
In my previous two posts I talk about simple EF4 mappings and some common abstractions […]
Entity Framework POCO (EF4): Generic Repository and Unit of Work Prototype
In my previous post I demonstrated how to create a simple mapping using the latest […]
Entity Framework POCO (EF4): A Simple Mapping
The latest EF4 CTP released on November 12th includes updated support for POCO’s (Plain Ol’ […]
Intro to The Entity Framework Presentation
I had the opportunity to present at the MSDN Unleashed event here in Boise. Thanks […]