Los Techies : Blogs about software and anything tech!

Browse by Tags

  • Look Ma! Real Proxies...

    I took some time today to pull down the source code for SvnBridge today, and man, I was blown away. I started at Program.cs and made it to line 25 Bootstrapper.Start(). From there I went on to look at the hand rolled container, then the ProxyFactory....
  • 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...
  • Collecting Errors

    Validation is a tough subject. One that I'm constantly trying to think of better ways of doing. Some suggest that all validation should occur in the domain, and some prefer to check if the object is valid before proceeding. I lean towards the idea...
  • Recursive Command

    Note : this entry has moved . When building up a tree view that represents the directory structure of a file system, like the windows explorer, my first reaction was to use recursion to traverse the file system and build up a tree. I quickly found that...
Copyright Los Techies 2008, 2009. All rights reserved.
Powered by Community Server (Commercial Edition), by Telligent Systems