AutoFac Autowiring Conventions

Posted by Johannes on Stack Overflow See other posts from Stack Overflow or by Johannes
Published on 2009-10-26T17:15:08Z Indexed on 2010/04/30 16:57 UTC
Read the original article Hit count: 357

Filed under:
|
|

StructureMap has the ability to apply conventions when scanning. Thus IFoo => Foo, without explicit registration.

Is something simular available in AutoFac? Looked around and just can't find anything helpfull.

Thanks,

© Stack Overflow or respective owner

Related posts about ioc-container

Related posts about ioc