What conventions/idioms/patterns are you using configuring IOC Containers using the new Fluent Interfaces

后端 未结 4 1495
孤独总比滥情好
孤独总比滥情好 2021-02-06 11:13

I am in the middle of moving over a large body of code to Castle Trunk which includes the new fluent interface for configuring the container. Since the project has a huge windso

4条回答
  •  误落风尘
    2021-02-06 12:06

    You could try examining the Ninject framework. Very simple, fluent interface and lightning-fast ;) No XML configuration and the API is quite simple. Highly recommended

    Ninject

提交回复
热议问题