usGDO (Generated Data Objects) generates .Net 2.0 classes in C# for persistence and retrieval purposes.
It is somewhere between ORMapping and the table oriented dataset way.
The generated code uses partial classes to separate the generated code from the individual code.
It is easy to work with but on the other side it supports everything you need to build data layers for complex enterprise applications (transactions, parallel connections (one connection per thread), version-based optimistic locking).
Just check it out and visit the archive
http://www.mygenerationsoftware.com/Tem ... d62abf2c7f
Would like to get some new ideas, experiences or bug reports here in this forum.
Thanks to mygenerationsoftware.com for starting this forum!
Ulrich Schumacher
