开发者

Any IOC framework to recommend under c# 4.0? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answ开发者_如何学Pythoners to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 11 years ago.

I am wondering if anyone can recommend IOC framework which can work under c# 4.0? Also, does .Net framework 4.0 natively support IOC?


Scott Hanselman has a list of .Net IOC/Dependency injection tools here:

http://www.hanselman.com/blog/ListOfNETDependencyInjectionContainersIOC.aspx

and there are some good feature charts to be found here:

http://code.google.com/p/net-ioc-frameworks/wiki/Charts

Otherwise it's simply down to requirement & personal preference (Ninject/StructureMap in my case!)


MEF can be used as an IoC and is part of the .Net 4 framework.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜