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

后端 未结 6 913
天涯浪人
天涯浪人 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:51

    I use Ninject and StructureMap -- both allow you to wire up your configuration without XML.

    Not to be shamelessly promoting my site but I wrote a tutorial on using Ninject available here.

提交回复
热议问题