c# - .NET web-based object browser/inspector -


I have a space for a web application rather than a sophisticated caching system. I want to expose a viewer's application for the cached object through the management console.

Essentially, I'm looking at something like the Visual Studio Object Inspector which is available during debugging.

I can definitely write something, and in fact, I have a working prototype that uses a tree control. I'm looking a bit more sophisticated than I do not have to maintain :) see sample debug

This may give you an indication from the Oakland software on .NET component inspector . And a software called Reflector that you might need.

Comments