Month: September 2010

Why to use the Repository Pattern?

There are a lot of reasons for using the Repository Pattern. For example Testability. Using the pattern we can create stubs that can replace the real data access objects. This can help us to test our business logic without concerning what the data access is doing. Abstraction. Using the pattern we create an abstraction above…

Read More