Martijn Veken


Just having
some fun with .NET

Browse by Tags

All Tags » Development » Unity (RSS)
Sorry, but there are no more tags available to filter with.
Adding a Policy Injection extension to Unity - Part III
I got a request to update the policy injection extension sample from my previous post to Unity 1.1. There are not that many differences but here is the updated code: 5 namespace UnityHelpers.PolicyInjection 6 { 7 public class PolicyInjectionStrategy ...
Adding a Policy Injection extension to Unity - Part II
Yesterday I blogged about on how to add a Policy Injection extension to Unity. To do this, I had to modify some of the code of both Unity and ObjectBuilder2 to get all the references I needed. Today Francois Tanguay pointed me to the new drop of Unity...
Adding a Policy Injection extension to Unity
One of the things that excited me when I first heard about Unity was the possibility to combine both Dependency Injection and Policy Injection. So when I downloaded the CTP I was a bit dissapointed that it was not (yet?) supported out of the box. The...