Some weeks ago Jeremy released StructureMap 2.6.x . An interesting change is the apparent ditching of Reflection.Emit code in favour of using Expressions to do the “instance instantiation” (sic). A
While pushing along my little home-brew CMS, Rf.Sites, which uses ASP.NET MVC for the HTTP Cruft that comes with Web development, there was something that was disturbing me. The train of thought was
"Most scary StructureMap Configuration Expression"™ so far...
ForRequestedType ()
.InterceptConstructionWith(wcfCachePolicy)
.AddInstances(instanceExpression =>
instan
The DI container StructureMap has been coming along nicely lately, with version 2.5.1 available as download . I have been following closely its recent development, since it is providing some core ob