Jason Rowe

Be curious! Choose your own adventure.

Tag: Windsor

  • Factory Pattern using Windsor and MVC

    I ran into a situation where I wanted to return a dynamically drawn image based on the file name . For example, if someone requested somedomain.com/image/legacypage42.foo the “legacypage42.foo” would be the name of the Windsor component used to draw the image. The first thing I needed to do was change that page into a parameter […]