文章分类 -  IOC框架

IOC框架
摘要:一 简单介绍 StructureMap is the oldest, continuously used IoC/DI container for .Net dating back to its first public release and production usage all the wa 阅读全文
posted @ 2018-10-08 17:41 水目之痕 阅读(1253) 评论(0) 推荐(0)
摘要:Autofac在 Asp.net WebAPi中的使用 1 新建Web Api 项目, 结构如图 通过Nuget添加 Autofac和 Autofac.WebApi2 package 2 在App_Start文件夹下新建AutofacConfig类,用来配置Autofac,代码如下 紧接着在Glob 阅读全文
posted @ 2017-10-23 14:33 水目之痕 阅读(541) 评论(0) 推荐(0)