原文:17个IoC 软件包和项目

1、Autofac

GitHub:https://github.com/autofac/Autofac

描述:An addictive .NET IoC container https://autofac.org

Star:2.9k

Fork:677

2、Ninject

GitHub:https://github.com/ninject/ninject

描述:the ninja of .net dependency injectors http://ninject.org/

Star:2.3k

Fork:526

3、Castle Windsor

GitHub:https://github.com/castleproject/Windsor

描述:Castle Windsor is a best of breed, mature Inversion of Control container available for .NET http://www.castleproject.org/

Star:1.2k

Fork:418

4、Unity

GitHub:https://github.com/unitycontainer/unity

描述:This repository contains development environment for the entire package. We welcome contributions!

Star:1.3k

Fork:311

5、Microsoft.Extensions.DependencyInjection

GitHub:https://github.com/aspnet/DependencyInjection[Archived]

描述:[Archived] Contains common DI abstractions that ASP.NET Core and Entity Framework Core use. Project moved to https://github.com/aspnet/Extensions

Star:845

Fork:326

GitHub:https://github.com/dotnet/extensions

描述:.NET APIs for commonly used programming patterns and utilities, such as dependency injection, logging, and configuration.

Star:1.4k

Fork:486

6、StructureMap

GitHub:https://github.com/structuremap/structuremap

描述:A Dependency Injection/Inversion of Control tool for .NET http://structuremap.github.com

Star:853

Fork:288

7、Scrutor

GitHub:https://github.com/khellang/Scrutor

描述:Assembly scanning and decoration extensions for Microsoft.Extensions.DependencyInjection

Star:982

Fork:109

8、Simple Injector

GitHub:https://github.com/simpleinjector/SimpleInjector

描述:An easy, flexible, and fast Dependency Injection library that promotes best practice to steer developers towards the pit of success. https://simpleinjector.org

Star:875

Fork:129

9、TinyIoC

GitHub:https://github.com/grumpydev/TinyIoC

描述:An easy to use, hassle free, Inversion of Control Container for small projects, libraries and beginners alike.

Star:671

Fork:199

10、LightInject

GitHub:https://github.com/seesharper/LightInject

描述:An ultra lightweight IoC container http://www.lightinject.net

Star:410

Fork:110

11、DryIoc

GitHub:https://github.com/dadhi/DryIoc

描述:DryIoc is fast, small, full-featured IoC Container for .NET

Star:355

Fork:45

12、VS MEF

GitHub:https://github.com/Microsoft/vs-mef

描述:Managed Extensibility Framework (MEF) implementation used by Visual Studio

Star:208

Fork:48

13、Lamar

GitHub:https://github.com/jasperfx/lamar

描述:Fast Inversion of Control Tool and Sundry Items of Roslyn Chicanery

Star:249

Fork:66

14、Meet Grace

GitHub:https://github.com/ipjohnson/Grace

描述:Grace is a feature rich dependency injection container library

Star:203

Fork:23

15、Stashbox

GitHub:https://github.com/z4kn4fein/stashbox

描述:A lightweight, portable dependency injection framework for .NET based solutions

Star:70

Fork:7

16、Simplify.DI

GitHub:https://github.com/SimplifyNet/Simplify

描述:Simplify is an open-source set of .NET libraries that provide infrastructure for your applications. DI and mocking friendly. https://simplifynet.dev/

Star:4

Fork:14

17、ServiceLayer

GitHub:https://github.com/rabbal/ServiceLayer

描述:Design and Implement ServiceLayer that Integrated With FluentValidation

Star:5

Fork:3

17个IoC 软件包和项目的更多相关文章

  1. IntelliJ IDEA 17和Maven构建javaWeb项目

    前言 电脑又断电了,眼看着写好的东西就没有了,这是第二次犯这个错误了.很难受呀!还是回到正题吧,我们来使用IDEA和Maven构建一个JavaWeb项目 软件环境: IDEA:2017.2.1 JDK ...

  2. SpringBoot2.0 基础案例(17):自定义启动页,项目打包和指定运行环境

    本文源码 GitHub地址:知了一笑 https://github.com/cicadasmile/spring-boot-base 一.打包简介 springboot的打包方式有很多种.可以打war ...

  3. IOC+EF+Core项目搭建EF封装(一)

    添加应用Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Design:Microsoft.EntityFrameworkCore ...

  4. IOC+EF+Core项目搭建IOC注入及框架(二)

    配置ServiceCollection /// <summary> /// 表示IServiceCollection的扩展 /// </summary> public stat ...

  5. 17 Flutter仿京东商城项目 保存历史搜索记录 删除历史记录 清空历史记录 长按删除

    Storage.dart import 'package:shared_preferences/shared_preferences.dart'; class Storage{ static Futu ...

  6. 我在项目中运用 IOC(依赖注入)--实战篇

    上一篇<我在项目中运用 IOC(依赖注入)--入门篇>只是简单的使用 IOC.实际项目使用 IOC 的情景复杂多了,比如说,构造函数有多个参数,有多个类继承同一个接口... Unity都有 ...

  7. .NET MVC4 实训记录之一(引入Unity3.0 Ioc框架)

    一直在做维护项目,没有机会接触完整的架构,于是自学.NET MVC.自今日起,将自学的过程.遇到的问题以及解决方案记录下来. 在WebApp项目中右键,使用NuGet引入Unity3.0.

  8. Laravel 5 基础(一)- Laravel入门和新建项目

    此系列文章是 laracasts.com 中的入门系列视频的笔记,我做了一些修改,可以参考此系列文章来学习 Laravel 5.原视频作者是 Jeffrey Way, 在此感谢.本人使用的系统是Mac ...

  9. .net MVC开源项目分享(1) 项目的基本情况

    介绍 本项目是mvcsolution框架的分支. 原项目地址:https://github.com/leotsai/mvcsolution/ 本项目地址:https://github.com/hewe ...

随机推荐

  1. python命令行工具的使用——argparse

    argparse是一个常用的库函数,使用它的时候我们在命令行中不仅仅可以运行python文件,更可以零时调整参数,十分方便. 首先,如果你只是希望传一丢丢数据进去,那么只看下面两行就行了 import ...

  2. JavaScript的语法、数据类型、基本算数和逻辑运算操作

    str.toString() 可以把字符串.数值.布尔值.对象转为字符串 String(str) 任何数值强制转换为字符串类型 <!DOCTYPE html> <html lang= ...

  3. 通过vsphere给esxi添加本地硬盘

    公司ESXi服务器的硬盘空间不够使用,现在新加了一块硬盘在ESxi服务器上.在服务器上添加完硬盘后,在Vsphere上是看不到新加硬盘的. 下面我们来通过虚拟机模拟该情况,先添加一块硬盘.如下图: 在 ...

  4. 基于XML的声明式事务控制

    1.maven依赖 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="h ...

  5. 【学习笔记】:一天搞定HTML

    PS:许多控制样式的标签在HTML5中都不推荐使用,建议使用CSS,如align,border等. 一.概念 HTML的英文全称:Hypertext Marked Language 超文本标记语言. ...

  6. C# interact with Command prompt

    using System.IO; using System.Diagnostics; static void Main(string[] args) { CmdDemo("dir" ...

  7. JS实现轮播图特效(带二级导航)

    按照国际惯例先放效果图 index.html <!DOCTYPE html> <html lang="en"> <head> <meta ...

  8. mnist手写数字问题初体验

    上一篇我们提到了回归问题中的梯度下降算法,而且我们知道线性模型只能解决简单的线性回归问题,对于高维图片,线性模型不能完成这样复杂的分类任务.那么是不是线性模型在离散值预测或图像分类问题中就没有用武之地 ...

  9. TamperMonkey 使用指南以及脚本推荐

    写在前面 Chrome浏览器是最适合开发者使用的浏览器,不仅仅是因为Chrome对于Js的友好支持,更是由于Chrome支持丰富且功能强大的插件,扩展了浏览器的功能和使用体验. 在这些插件里面,相信你 ...

  10. java中数据类型转换注意事项

    1.byte.short.char这三种类型互相做数学运算时都会先提升为int类型后再做运算 char a = 'A'; short b = 1; int num = a + b;//a和b在做运算前 ...