News

Learn the potential pitfalls of using the repository pattern, ... He was a speaker at the Spark IT 2010 event and at the Dr. Dobb’s Conference 2014 in Bangalore.
In our previous article, Implementation Strategies for the Repository Pattern with Entity Framework, Dapper, and Chain, ... Chain exposes a set of events at the data source level.
In using the Repository design pattern, you can hide the details of how the data is eventually stored or retrieved to and from the data store. This data store can be a database, an xml file, etc.
That's where the Repository pattern comes in. The Repository is commonly thought of as a way to wrap reads and writes to a database on behalf of Domain Model objects -- but it doesn't have to be a ...
In this article, I'll show you how to leverage the Repository pattern to eliminate the dependency on SQL Server from your unit tests and, in the process, improve your application's testability. The ...