Category Archives: .NET

Repository Pattern

The Repository Pattern is used to separate the logic that retrieves the data and maps it to the entity model from the business logic that acts on the model. The repository acts as a mediator between the data source layer … Continue reading

Posted in .NET | Comments Off on Repository Pattern