Definitions Flashcards

1
Q

Define Activator

A

Part of a Registration that, given a Context and a set of Parameters, can create a Component Instance bound to that Context.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

define: Argument

A

A formal argument to a constructor on a .NET type.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

define: Component

A

A body of code that declares the Services it provides and the Dependencies it consumes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

define: Instance

A

A .NET object obtained by Activating a Component that provides Services within a Container (also Component Instance).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

define: Container

A

A construct that manages the Components that make up an application.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

define: Context

A

A bounded region in which a specific set of Services is available.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

define: Dependency

A

A Service required by a Component.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

define: Lifetime

A

A duration bounded by the Activation of an Instance and its disposal.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

define: Parameter

A

Non-Service objects used to configure a Component

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

define: Registration

A

The act of adding and configuring a Component for use in a Container, and the information associated with this process.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

define: Scope

A

The specific Context in which Instances of a Component will be shared by other Components that depend on their Services

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

define: Service

A

A well-defined behavioral contract shared between a providing and a consuming Component; generally, these are interfaces or some abstraction of a Component.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly