Some months ago we had an open source project called C# Data Object (CsDO) approved on codeplex.com . This project has been being carried on for more than one year now, but it had no forge hosting it. C# Data Objects is a Object-Relational Mapping (ORM) library, which means that it maps your database tables to C# Objects and datacase fields to C# Object public properties. It has built-in features that allows: Data Mapping, Primary Key searches, Foreign Key (1-1, 1-n), Identities and Autoincrement...