Xray

posted by Dave

Xray is a small development tool which shows the dependencies registered with the applications IoC container.

Based on a post for visualising your application (I did not see a download for this solution). Xray tries to provide a mechanism to visualise the registered components for any (supported) IoC Container.

The developer is required to add 2 lines of code during development, and have the Xray view open. Once this is added the viewer will be populated with the contents of the IoC container

XrayClient xray = new XrayWindsor(container);
xray.Update();

This project has been built using WCF and Graph#

Update

xray tweet

Screen Shot

Xray