Feeds:
Posts
Comments

Archive for December, 2008

So my head is all turned around this morning and it honestly has nothing to do with our proximity to the new year.  I’ve been whacking around building the IRepository layer for an MVC + ESRI JS API application and SubSonic has been giving me fits trying to join across multiple tables with multiple T-SQL [...]

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 »

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 »