Dave has been posting some good stuff relating to a project we’re working on right now that leverages SubSonic in the data tier with MVC providing all the shiny goodness in the web tier. SubSonic has been an excellent code generator for our DAL and handles somewhere between 75-90% of the cases for our [...]
Archive for the ‘CodeGen’ Category
Handling Recursive Relates with SubSonic and LINQ
Posted in .NET, Code Gen, CodeGen, MVC, SubSonic, tagged LINQ, Recursive foreign key, SubSonic on January 14, 2009 | 2 Comments »
SubSonic to View and back again…adventures of a POCO
Posted in .NET, CodeGen, Design Patterns, MVC, Offshore, SubSonic, Utilities, tagged IRepository, MVC, POCO, Repository, SubSonic on December 10, 2008 | 1 Comment »
For a project I’m currently working on, we’re going to be implementing the repository pattern to provide a layer of abstraction and separation between our Model/Domain and the data access logic. One of the things we’re being mindful of is that we don’t want to go toting around objects that include logic on how to [...]
