资源大小: 1.16MB
发布时间: 2012-05-18
文件格式: zip
下载次数: 1
分享到:

下载地址:

下载地址1
(本站为飞网专业下载站,域名:down.cfei.net)

资源简介:

Unity MVC3依赖注入示例源码 程序介绍:这个类库可以将Microsoft's Unity IoC简单整合到ASP.NET MVC3中。项目包含一个定制的DependencyResolver,为每一个HTTP请求创建一个子容器并且在请求结束时释放所有注册过IDisposable接口的实例。来自51ASpXA library that allows simple Integration of Microsoft's Unity IoC container with ASP.NET MVC 3. This project includes a bespoke DependencyResolver that creates a child container per HTTP request and disposes of all registered IDisposable instances at the end of the request.单步执行代码可以看到每一个web请求ExampleContext的构造函数都被执行一次。上下文环境被两个共享: private static IUnityContainer BuildUnityContainer(){var container = new UnityContainer();container.RegisterType();container.RegisterType();container.RegisterType(new HierarchicalLifetimeManager());return container;}当请求结束时,ExampleContext的dispose方法被调用,并且所有相关资源被释放。


飞网下载站,免费下载共享资料,内容涉及教育资源、专业资料、IT资源、娱乐生活、经济管理、办公文书、游戏资料等。