Is there a .NET IoC that prefers convention over configuration?

后端 未结 6 980
天涯浪人
天涯浪人 2021-02-04 17:03

Simply put, if you had to use a IoC/DI container, thats easy to deploy (not a big fan of using config/xml file for everything), stable, good documentation and supports .net, whi

6条回答
  •  春和景丽
    2021-02-04 17:47

    I think you'll will find this feature in most of the containers out there. Take a look at this blog post. It's slightly aged but it will give you an idea. By now the active containers probably have better support.

提交回复
热议问题