ASP.NET Development Helper
ASP.NET Development Helper update (v0.6)
A little browser extension to provide a couple of tools for the ASP.NET page or control developer. It provides an indication of debug mode within the browser.
Here is the updated tool with a few new capabilities:
- The ability to view the actual token-based format of serialized data as shown in yesterday's post on view state.
- The ability to view items in the ASP.NET Cache (items added by your code or your components using the Cache API), and to forcibly remove them from the cache for debugging purposes.
- The ability to shutdown your application if you need to restart your application from a fresh state.
Hope you find these new features useful. The binaries can be downloaded from here. Enjoy! Thanks Nikhil!