- Follow MSDev.pro blog on WordPress.com
Follow us
-
Recent Posts
Categories
Recent Comments
Gaston on Areas in ASP.NET Core How to Use Microsoft… on How to use Microsoft Azure Key… Gaston on Areas in ASP.NET Core Gaston on Structuring your Excel –… Gaston on How to use Microsoft Azure Key… Archives
Category Archives: WCF
Using the repository pattern
In most applications database access is necessary. In .NET there are 2 main ways of doing this: ADO.NET or using the Entity Framework. Of course there are great 3rd party libraries like NHibernate that do the trick as well, and … Continue reading
Posted in .Net, Architecture, Codeproject, Development, MVC, WCF
Tagged Repository; separation of concerns
3 Comments