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 ‘Code Gen’ 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 with Repository Pattern Goodness
Posted in Code Gen, Design Patterns, MVC, tagged IRepository, MVC, MyGeneration, Repository Pattern, SubSonic on December 3, 2008 | 2 Comments »
Currently I’m working on an MVC project in which we’re considering the use of SubSonic for the DAL, with POCOs sent up to the MVC Controller from the repository. The default generated classes out of SubSonic use ActiveRecord templating and we really wanted to use the repository pattern…enter version 2.1 of SubSonic and the use [...]
