Anyone who’s ever tried to look at ASP.NET’s cache in a Visual Studio Watch window has likely given up after experiencing light-headedness and a motion-sickness sensation. View the dependencies? Yeah right. After I wrote Control Visualizer, I got a little more ambitious and decided to write Cache Visualizer. I knew it would be more challenging, just not HOW much more. Almost everything related to the cache is internal/private, so reflection is really the only way to get at the interesting inform...
* Create an Excel Add-in using Visual Studio 2005 Tools for Office (VSTO) * Retrieve data from Access and use it to populate an Excel spreadsheet * Cache the database records inside Excel using the VSTO data caching features * Access the cached data on a server using ASP.NET * Update the cached data inside Excel * Return the updated Excel file within and ASP.NET Response object...