[ Unity Container Resolved Instances Post Processing ]
I want to implement something similar to this: http://www.kjetilk.com/2011/10/auto-wiring-eventaggregator.html. But instead of using InterceptingCatalog, I want to do the wiring after the Resolve method of the Unity Container is called and the class implementing IHandle is resolved. Is there any support for post processing resolved instances right after they are resolved in Unity?
Thanks
Answer 1
Have a look at the TecX project on codeplex. The source contain exactly what you are looking for in TecX.Event.Unity