Repository Pattern For .Net

Halit Yurttas. CodeProject. 2016-08-27
Repository Pattern sample over Multiple Datasource or Resource on Domain Object Model.
Everybody .Net developers heard repository pattern for Entity Framework. But we cannot use only Entity Framework every time. Sometimes we wants to store data in different ways e.g XML file, Web service, No sql database. Well! What do we to do, should not we use repository pattern? No we have to adapt other sources in Repository pattern. This article subject is how make multiple source in repository pattern.

[Repository Pattern For .Net]

Leave a comment