Sorry, but there are no more tags available to filter with.
-
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 : BuilderStrategy 8 { 9 public override void PreBuildUp...
-
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 released on Monday. A couple of improvements have...
-
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 good thing about Unity though is that is supports...