Data Controls News
Status: Alpha
Brought to you by:
den01wagner
Available now as a separate download is a simple DataAccess frameworks that leverages Microsoft's Enterprise Library Data package. The code consists of some helper classes and an interface to facilitate the modeling of data objects as business objects. It makes code easier to read; rather than using methods like executeNonQuery, these helper classes provide methods like InsertObject, GetObjects. Results and parameters are business objects and typed business lists rather than data readers and data sets.
This framework leverages C# 2.0 Generics and is currently built in VS.NET 2008 uses Enterprise Library 3.1. The code can also be recompiled in VS.NET 2005.