In one of my recent projects I have reached the need to validate that I have all dependencies correctly registered in my UnityContainer.
For those that are not familiar with Unity, it is a dependency injection container that allows constructor, property and method call dependency injection.
You can get more information about how Unity works and also download the latest release from Codeplex: http://unity.codeplex.com...
No comments yet, be the first one to post comment.