文章分类 - 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
阅读全文
摘要:Autofac在 Asp.net WebAPi中的使用 1 新建Web Api 项目, 结构如图 通过Nuget添加 Autofac和 Autofac.WebApi2 package 2 在App_Start文件夹下新建AutofacConfig类,用来配置Autofac,代码如下 紧接着在Glob
阅读全文