Menu

C# 2.0 Data Access framework released

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.

Posted by Dennis Wagner 2008-01-11

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.