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…