I have a pretty complicated caching system for a web application. I would like to open the viewer for cached objects through the application management console.
Essentially, I'm looking for something like the Visual Studio Object Inspector available during debugging.
Of course, I can write something, and in fact I have a working prototype that uses a control tree. I am looking for something more complex that I do not need to support :)
source
share