Code your own IOC Container

前端 未结 12 905
眼角桃花
眼角桃花 2020-12-08 00:52

Has anyone out there written their own IOC Container in C#? Or do the vast majority of folks use the various frameworks such as Spring. What are the pro\'s and con\'s of eac

12条回答
  •  伪装坚强ぢ
    2020-12-08 01:39

    Someone has wrote one in C# : http://ninject.org/.

    It's open source so you can get the code and see how this guy did it.

提交回复
热议问题