Implementing the Repository Pattern in C# ASP .NET(visualcppsupport.blogspot.com)
submitted by
gsanthoshbe(69) 2 years, 2 months ago
Writing a C# ASP .NET web application which utilizes a database can create increasingly complex code. The more complex code gets, the more difficult it becomes to debug, maintain, and enhance. The Repository design pattern is a way of introducing architecture into your C# ASP .NET web application, which creates a clear layer of separation between your web forms and database accessible layers. The Repository pattern helps organize a web application to form a 3-tier architecture and provide loosly coupled classes, which can be reused in future C# ASP .NET web applications and easily updated.
read more...
|category: ASP.NET
|Views: 440
tags:
ASP.NET another
Everyones tags:
Your Tags: