I\'m a little overwhelmed reading through the ehcache user guide http://ehcache.org/EhcacheUserGuide.html#id.s20. I\'m trying to figure out how to set up a simple ehcache app that has a distributed ca
I run a very high traffic(10m impressions a day)/high revenue generating web site built with .net. The core meta data is stored on a SQL server. My team and I have a unique caching strategy that invol
I\'m not sure if this is an ASP.NET MVC specific thing or ASP.NET in general but here\'s what\'s happening. I have an action filter that removes whitespace by the use of a response filter:
Is it possible to clear one action\'s cache from another action? Let\'s say my Index action lists all my Widgets. There are lots of Widgets but new ones are not created very often. So I want to cache
Greetings, I am writing a networked flash application.The server (an independent C++ app) sends resources for the flash client to manipulate and/or display, eg, images and sound.I\'m assuming that th
I\'ve been experimenting with the audio and local storage features of html5 of late and have run into something that has me stumped.
I\'ve got a WCF service with the following settings: NetNamedPipeBinding ConcurrencyMode.Multiple InstanceContextMode.Single
I am using the WebBrowser control inside a Windows Form to display a PDF. Whenever the PDF is regenerated, however, the WebBrowser control only displays its local cached version and not the updated v
I have a static Cache that at a set time updates a generic list of Objects from a database. It is just a simple static List:
x86 and other architectures provide special atomic instructions (lock, cmpxchg, etc.) that allow you to write \'lock free\' data structures. But as more and more cores are added, it seems as though th