EntityFramework Posts



Entity Framework 4 - Part Three : Repository Pattern (Saturday, December 12, 2009)

Last post showed how to use a “ObjectContext” derivation to automatically generate audit information. Now instead of using a “ObjectContext” directly, a rather different approach, a pattern called “Repository Pattern” is used to encapsulate access to the entities. 


EntityFramework 4 – Part Deux : Audit Info (Tuesday, December 08, 2009)

In last post showed how easy it was to use POCO classes in EntityFramework v4, a feature called “All Code”. This new feature, facilitates creating domain models but how about other features you may already have using other ORMs like NHibernate? Let’s see how we can achieve automatic audit logging in EF v4. 


EntityFramework 4 - Part One : Persistence Ignorance (Wednesday, December 02, 2009)

With the release of EntityFramework v1 and lack of features such as Lazy Loading and Persistence Ignorance leading to Vote of No Confidence resulted the team working on Entity Framework project to actually change route and as the result, a lot of improvements has been made in EntityFramework v4. Wait a second…What happened to v2 and v3, you might ask? Well, EntityFramework vNext that will be released with .NET Framework 4 is named EntityFramework v4, so you didn’t miss anything. Let’s see how PI works in this version. 


L2S : Tale of an abandoned project (Sunday, November 02, 2008)

ADO.NET team announced that there will be no further development on Linq2Sql and investments on data access solution with Linq technology will be made on Entity Framework instead.