对IOC和DI的理解
对IOC和DI的理解2011-08-04 weblogs.asp.net yonggangmeng首先说一下什么是IOC和DI,IOC是Inversion of Control(控制反转)的简写,DI是Dependency Injection(依赖注入)的简写,martinfowler对IOC的解释为:“Inversion of control is a common characteristic of frameworks, so sayin...