Dependency Injection
Gentle Introduction to MEF–Part Three
·1035 words·5 mins
Programming
Dependency Injection
MEF
At the Tampa C# Meetup on August 3rd, I presented this Gentle Introduction to MEF using the same project modified over three steps. This is Part Three, where I complete the application created in Part One and modified to use MEF in Part Two. This part will show MEF composing the application from multiple assemblies into one application at run time.
Gentle Introduction to MEF–Part Two
·1541 words·8 mins
Programming
Dependency Injection
MEF
At the Tampa C# Meetup on August 3rd, I presented this Gentle Introduction to MEF using the same project modified over three steps. This is Part Two, where I show the application created in MEF .
Gentle Introduction to MEF–Part One
·748 words·4 mins
Programming
Dependency Injection
MEF
At the Tampa C# Meetup on August 3rd, I presented this Gentle Introduction to MEF using the same project modified over three steps. This is part one, where I show the application without MEF .
Introducing Hazware.Unity.TypeTracking
·281 words·2 mins
Programming
Dependency Injection
IoC
Unity
A few years ago I wrote Type Tracking Extension for Unity and Extending and Demonstrating the Type Tracking Extension for Unity, and while I have been using Autofac more, I felt this code was due for a slight update. Given the ease of creating a NuGet package for Caliburn.Micro.Autofac (see Introducing Caliburn.Micro.Autofac), I thought that I could give some Nuget love to the Type Tracking Extension for Unity.
IoC Challenge – Ninject
·571 words·3 mins
.NET
ALT.NET
Dependency Injection
IoC
Ninject
In my recent post, IoC Challenge – Multiple interfaces to the same singleton instance, I posted an IoC challenge to the community. I also mentioned that on the Ninject discussion groups , a suggestion was posted on how to solve this using Ninject .