Related resources for Template Pattern
  • An Elegant C# Data Access Layer using the Template Pattern and Generics10/4/2012 8:40:49 AM. The GOF Template pattern coupled with .NET 2.0 Framework generics provides an awesome synergistic alliance. This article demonstrates how to drastically reduce the amount of code required in building a data access layer. Less code to debug... less code to break... less code to maintain... what could be better?