Can anyone explain to me, at length, how to use IOC containers?

后端 未结 7 1731
执笔经年
执笔经年 2021-02-05 15:47

I use dependency injection through parameters and constructors extensively. I understand the principle to this degree and am happy with it. On my large projects, I end up with t

7条回答
  •  南方客
    南方客 (楼主)
    2021-02-05 16:27

    Try these:

    • http://www.martinfowler.com/articles/injection.html
    • http://msdn.microsoft.com/en-us/library/aa973811.aspx

提交回复
热议问题