News

For that, you can draw on design patterns such as the repository and unit of work patterns. We examined the repository design pattern in an earlier article here. In this article, we’ll explore ...
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.