In my previous post I covered the configuration of the Unity Application Block for Constructor Injection without modifying the class being injected. In this post I will cover Property Injection and how write API and XML configuration.
The following code has a dependency on the ILogger class exposed through a public property in line 10 (Property [...]










