Tag Archives: data-access
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
ADO.NET, the right way
ADO.NET is actually quite powerful if you use it correctly. This post will teach you everything from making your ADO.NET code driver independent to how to implement the repository pattern and unit of work. This is the follow up post … Continue reading
Data layer, the right way.
The goal with this post is to give you a better understand about how you can design your data layer and why it’s important to create a complete abstraction layer.