A component is an expression , .NET type, or other bit of code that exposes one or more services and can take in other dependencies.
If you want to change selection, open document below and click on "Move attachment"
Getting Started — Autofac 4.0 documentationNuGet. The “Autofac” package has all the core functionality you’ll need. Application Startup¶ At application startup, you need to create a ContainerBuilder and register your components with it. <span>A component is an expression, .NET type, or other bit of code that exposes one or more services and can take in other dependencies. In simple terms, think about a .NET type that implements an interface, like this: public class SomeType : IService { } You could address that type in one of two ways: As the type itself Summary
status | not read | | reprioritisations | |
---|
last reprioritisation on | | | suggested re-reading day | |
---|
started reading on | | | finished reading on | |
---|
Details