标签:read test dom autofac ext eem har targe https
https://autofac.readthedocs.io/en/latest/glossary.html
The goal of this page is to help keep documentation, discussions, and APIs consistent.
A body of code that
declares the Services it provides and
declares the Dependencies it consumes
A construct that manages the Components that make up an application
A well-defined behavioural contract shared between a providing and a consuming Component
A Service required by a Component (The relationship)
Admittedly this seems a bit low-level to fit with the typical idea of a ‘universal language’, but within the domain of IoC containers and specifically Autofac these can be viewed as concepts rather than implementation details.
Wild deviations from these terms in the API or code should be fixed or raised as issues to fix in a future version.
The terms Application, Type, Delegate, Object, Property etc. have their usual meaning in the context of .NET software development.
标签:read test dom autofac ext eem har targe https
原文地址:https://www.cnblogs.com/chucklu/p/10422607.html