
翻译
文章平均质量分 93
青云ing
这个作者很懒,什么都没留下…
展开
-
Registration Concepts With Autofac
Registration Concepts注册概念You registercomponentswith Autofac by creating aContainerBuilderand informing the builder whichcomponentsexpose whichservices.通过Autofac注册组件创建一个ContainerBuilder并且通知生成器哪些组件公开哪些服务。Componentscan be created viareflectio...翻译 2021-07-12 20:00:36 · 224 阅读 · 0 评论 -
Getting Started With Autofac
Getting Started入门指南The basic pattern for integrating Autofac into your application is:Structure your app withinversion of control(IoC) in mind. Add Autofac references. At application startup… Create aContainerBuilder. Register components. Bui...翻译 2021-06-25 18:33:04 · 175 阅读 · 0 评论 -
Welcome to Autofac’s documentation!
Welcome to Autofac’s documentation![欢迎查看Autofac的文档!]Autofac is an addictiveIoC containerfor .NET. It manages the dependencies between classes so thatapplications stay easy to change as they growin size and complexity. This is achieved by treating...翻译 2021-06-25 11:29:36 · 142 阅读 · 0 评论