Los Techies : Blogs about software and anything tech!

November 2008 - Mo Khan's Blog

  • Who do you wanna Jott? Twitter

    So I recently started twittering... or tweeting. I'm not sure what the correct lingo is, so hook me up if you know. It all started a while back when James announced that he was the newest Twit. He mentioned a WPF client called Witty , and I wanted...
    Filed under:
  • Container Configuration

    In my last post I briefly mentioned how we were wiring some components in to our container. The syntax looked like the following: container.AddProxyOf( new ReportPresenterTaskConfiguration(), new ReportPresenterTask( Lazy.Load<IReportDocumentBuilder>...
  • Lazy Loaded Interceptors

    Patterns of Enterprise Application Architecture defines Lazy Load as: An object that doesn't contain all of the data you need but knows how to get it. A while back I was trying to figure out how to lazy load objects from a container, so that I didn't...
  • Opening Doors

    joshka left a comment on my previous post that reads... "... Can you talk about the Application Context and IKey stuff a little in a future post?" The IKey<T> interface defines a contract for different keys that are put into a dictionary...
  • Mocking Queryables

    Recently, we've been mocking out IQueryable's as return values, which had led to setups that look like the following... programs.setup_result_for(x => x.All()).Return( new List < IProgram > {active_program,inactive_program}.AsQueryable...
    Filed under:
  • Intercepting Business Transactions

    In Patterns of Enterprise Application Architecture , the Unit of Work design pattern is defined as: Maintains a list of objects affected by a business transaction and coordinates the writing out of changes and the resolution of concurrency problems. NHibernate...
Copyright Los Techies 2008, 2009. All rights reserved.
Powered by Community Server (Commercial Edition), by Telligent Systems