Tagged Content List
  • Blog Post: ASP.NET MVC: class / action, not method / action

    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 roughly as follows: read more
  • Blog Post: Scary StructureMap configuration expressions Pt.1

    "Most scary StructureMap Configuration Expression"™ so far... ForRequestedType < ISession > ( ) . InterceptConstructionWith ( wcfCachePolicy ) . AddInstances ( instanceExpression => instanceExpression. Conditional ( cond => { cond...
  • Blog Post: Dependency Injection is not locating services

    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 object wiring functionality to my current project. A rather inviting pattern one can be lured into in...
Page 1 of 1 (3 items)