0
点赞
收藏
分享

微信扫一扫

StructureMap 轻量IOC框架

醉东枫 2022-09-17 阅读 97

​​StructureMap​​​是一个Dependency Injection framework,和Spring.Net类似,使用Attribute的方式,同时支持xml配置文件的方式,在构建松散耦合的系统过程中发挥了很大的作用。甚至有人说“​​Don't create a loosely coupled system without it​​​”——似乎有点夸张。StructureMap 的作者Jeremy Miller在随笔中说StructureMap 是“​​the best Dependency Injection tool for .Net​​​”。

​​​StructureMap 2.0 is released!​​​   2007-04-01

​​​http://www.codeplex.com/umbracosearchtools​​




举报

相关推荐

0 条评论