Feeds:
Posts
Comments

Archive for the ‘SubSonic’ 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 »

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

Read Full Post »