Registration Concepts 注册概念 You register components with Autofac by creating a ContainerBuilder and informing the builder which components expose which services. 通过Autofac注册组件创建一个ContainerBuilder并且通
Getting Started 入门指南 The basic pattern for integrating Autofac into your application is: Structure your app with inversion of control (IoC) in mind.Add Autofac references.At application startup…Cre
Welcome to Autofac’s documentation! [欢迎查看Autofac的文档!] Autofac is an addictive IoC container for .NET. It manages the dependencies between classes so that applications stay easy to change as they g