Tag Archives: entity framework
Repository pattern, done right
The repository pattern has been discussed a lot lately. Especially about it’s usefulness since the introduction of OR/M libraries. This post (which is the third in a series about the data layer) aims to explain why it’s still a great … Continue reading
Posted in Architecture, CodeProject
Tagged data-access, entity framework, nhibernate, repository pattern
22 Comments
Everyone know what it is, but no one have used it?
I must confess that I’ve never used the northwind database, despite that I’ve been developing using Visual Studio for more than 10 years. I’m going to try Entity Framework 4 due to a request from a colleague of mine. The tutorial that … Continue reading