We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
Mono。
Mono.
Mef
Mef
我建议您学习 Autofac,网址为 http://code.google.com/p/autofac/。
这是一个非常非常好的控制反转容器(http://en.wikipedia.org/wiki/Inversion_of_control)。通过研究源代码,您可以学到很多东西,并且这样做您将能够在自己的项目中使用它。
您应该考虑使用 IoC 来解耦软件组件。
问候,
贾科莫
I suggest you to study Autofac available at http://code.google.com/p/autofac/.
It's a very very good Inversion Of Control container (http://en.wikipedia.org/wiki/Inversion_of_control). You could learn a lot by studying the source and doing this you'll be able to use it in your own projects.
You should ever consider using an IoC for decouple software components.
Regards,
Giacomo