Related resources for dao
  • From DAO to ADO.NET10/20/2012 3:12:08 AM. This article will briefly discuss and show a summary of the evolution of the Microsoft ActiveX Data Objects, it will also explain some database concepts and finally provide some code examples.
  • 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?