-
Until now blinkBox has been using the ASP.NET in-process cache to handle all of our caching requirements, and it works very well for smaller sites, but as the number of users on the site increases it's rapidly becoming too small to hold all the data we want to keep cached. What we need is a distributed...
-
In the last two entries about Debug.Assert I looked at why you should use it document your assumptions , and how you can integrate it with your test framework so that tests fail when any of the assertions fail. This time I'll show you how you can use a similar technique to integrate it with your...
-
When building this site I came across the issue that the ASP.NET 2.0 SiteMapPath control doesn't record querystring data by default. There are a number of solutions posted on the web doing such things as registering page dependencies on certain parameters in the Web.sitemap file or writing specific...