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: 381
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