OK. My first real work with WCF is on my current project, where I landed a few weeks ago. It follows the typical SOA architecture: a web client accesses WCF services that do all the real work. The web ...
The Web services revolution has started. New standards and technologies enable and integrate distributed Web services. SOAP (Simple Object Access Protocol), an XML RPC (remote procedure ...
I've read that when running a local DNS server, it is a good idea to disable the caching DNS clients at the workstations that will be using that DNS server. (See Simple DNS Plus, for ...
Object caching provides a mechanism to store frequently accessed data in memory, minimizing the calls to back-end database, and resulting in significant improvement in the application performance. It ...
Before we can do any caching, we need something to cache. Here's a simple DataProvider class that has a couple of expensive operations in its interface: /** * @author adrian at aspectprogrammer.org * ...
Flash memory manufacturer, SanDisk, announced that it had acquired FlashSoft, a provider of enterprise caching software. The company also announced that it has entered into a worldwide, exclusive ...
BigScoots develops logged-in user caching as part of its Cloudflare Enterprise tools, enabling improved page load ...
HTML5 storage support is designed for two key scenarios. First, it enables a site to work offline. As site users input data, even when offline, the data can be stored locally on the client and then ...