Feeds:
Posts
Comments

Archive for the ‘Code Gen’ Category

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 [...]

Read Full Post »

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 [...]

Read Full Post »