.NET 基于 Web 的对象浏览器/检查器
我为 Web 应用程序准备了一个相当复杂的缓存系统。我想通过应用程序的管理控制台公开缓存对象的查看器。
本质上,我正在寻找类似 Visual Studio 对象检查器之类的东西,可以在调试时使用。
我当然可以写一些东西,事实上,我有一个使用树控件的工作原型。我正在寻找一些不需要维护的更复杂的东西:)
I have a rather sophisticated caching system in place for a web application. I would like to expose, through the management console of the application, a viewer for the cached objects.
Essentially, I'm looking for something like the Visual Studio object inspector that's available whilst debugging.
I certainly can write something, and in fact, I have a working prototype that uses a tree control. I'm looking for something a bit more sophisticated that I don't have to maintain :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这篇博文可能会给您一些提示来自 Oakland 软件的 .NET Component Inspector 和一个名为 Reflector 的软件可能会满足您的需求。
This blogpost might give you a hint on the .NET Component Inspector from Oakland software and a software called Reflector that might suit you needs.