Posted on February 16, 2008 by Shane Duffy
So this morning I was doing some work with one of my webservers and adding new sub hosts to some of the domains and to see the changes on my MacBook pro laptop I knew I would need to flush the DNS cache so I wouldnt have to wait for the cache to expire.
So for [...]
Filed under: 10.5.2, apple, cache, dns, mac, networking, os x | 1 Comment »
Posted on July 28, 2007 by Shane Duffy
Caching is a very useful way for you to retain pages or data across HTTP requests, so that you can reuse them without the recreating them.
In ASP.net 2.0, it makes you easier to implement data caching. SQL cache dependencies are one of ASP.net 2.0 coolest features, which allows you to create dependencies between cached items [...]
Filed under: ASP.NET, IIS, SQL, VB.NET, Vs2005, cache, web.config | 1 Comment »