摘要: In one of my projects (.NET based - using the Web API), I am using StructureMap as a dependency injection tool. The basic setup I have for it is that for each assembly where dependency injection is required, I have a dependency resolution class which extends the StructureMap Registry class. Here is 阅读全文
posted @ 2013-11-01 09:55 冷冰若水 阅读(459) 评论(0) 推荐(0) 编辑
摘要: 转载自:http://www.tuicool.com/articles/QfeEFn大家好。 今天我来给大家扯扯IoC,以及StructureMap的一些简单应用(基本用法、自动装配、生命周期、延迟加载)。Q:什么是IoC IoC:Inversion of Control。中文名:控制反转。是一种思想、一种模式。 从字面意思理解:控制权被反转。举个例子:某知名企业经理有一批商品要存入仓库,但是现在没有仓库,所以必须建一个仓库,然后将商品存入。场景A:经理去找一座仓库。场景B:经理告诉手下去找一座仓库。 场景A,找仓库的控制权一直在主管手上,经理必须自己找。 场景B,经理将找仓库的控制权... 阅读全文
posted @ 2013-11-01 09:51 冷冰若水 阅读(328) 评论(0) 推荐(1) 编辑