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 [...]
Archive for December, 2008
My Head Hurts – Making LINQ Let You IN
Posted in Uncategorized on December 31, 2008 | 1 Comment »
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 [...]
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 [...]
