Sign in
|
Join
|
Help
Dave's Box
About Me
Contact Me
Subscribe via reader
Subscribe via email
Recent Posts
Binding private and internal members using the CompositionContainer
Dependency Injection in the Managed Extensibility Framework – Named Contracts
Dependency Injection in the Managed Extensibility Framework – Optional Injection
Customer Question – Does MEF allow injection without using attributes?
Dependency Injection in the Managed Extensibility Framework – Simple Injection
Blog Archive List
November 2008 (1)
September 2008 (1)
August 2008 (3)
June 2008 (15)
Tags
.NET 4.0
BCL
Bugs
Dependency Injection
Framework Design Guidelines
FxCop
Managed Extensibility Framework
MEF
Releases
StyleCop
Recommended Reading
Browse by Tags
All Tags
»
Dependency Injection
(
RSS
)
Managed Extensibility Framework
Saturday, June 21, 2008 7:00 AM
Binding private and internal members using the CompositionContainer
By default, the CompositionContainer will not bind to private and internal members. For example, given the following fictional class: public class ConnectionFactory { [ Import ( "ConnectionString" )] private string _ConnectionString; public...
Posted by
David Kean
| with
no comments
Filed under:
Managed Extensibility Framework
,
Dependency Injection
Friday, June 20, 2008 7:00 AM
Dependency Injection in the Managed Extensibility Framework – Named Contracts
This is part three in a series of posts on dependency injection in the Managed Extensibility Framework (MEF). You can find other posts in the series here: Dependency Injection in the Managed Extensibility Framework – Simple Injection Dependency Injection...
Posted by
David Kean
|
2 comment(s)
Filed under:
Managed Extensibility Framework
,
Dependency Injection
Thursday, June 12, 2008 7:00 AM
Dependency Injection in the Managed Extensibility Framework – Optional Injection
This is part two in a series of posts on dependency injection in the Managed Extensibility Framework (MEF). You can find other posts in the series here: Dependency Injection in the Managed Extensibility Framework – Simple Injection Dependency Injection...
Posted by
David Kean
| with
no comments
Filed under:
Managed Extensibility Framework
,
Dependency Injection
Friday, June 06, 2008 7:00 AM
Customer Question – Does MEF allow injection without using attributes?
Peter Richie asks: “ MEF allows decoupling of TypeA's dependency on TypeB, but now TypeA and TypeB have an assembly-level dependency on the MEF assemblies. If I have a specific restriction on deployment of the assemblies required by TypeB such...
Posted by
David Kean
| with
no comments
Filed under:
Managed Extensibility Framework
,
Dependency Injection
Thursday, June 05, 2008 7:00 AM
Dependency Injection in the Managed Extensibility Framework – Simple Injection
This is part one in a series of posts on dependency injection in the Managed Extensibility Framework (MEF). You can find other posts in the series here: Dependency Injection in the Managed Extensibility Framework – Simple Injection Dependency Injection...
Posted by
David Kean
|
4 comment(s)
Filed under:
Managed Extensibility Framework
,
Dependency Injection