0
Decoupled Code using SubSonic
Posted by Tim on March 18, 2009 in C#, Open Source
Subsonic is fantastic when generating a bunch of classes directly from the database structure…but the issue comes when OO/Application Objects clash with relational database structures. An idea is to use Subsonic to query the data from the database and map the data directly to a application/OO object. A really good example following the link below [...]


