Tag: Development

Community

Output Caching with PHP

(Alejandro Gervasio) Dynamic Web pages take longer to load than static ones, which forces visitors to your site to wait — and we all know they won’t wait for very long. Output caching is a powerful technique you can use to shorten that wait and keep them from leaving.

Community

Microsoft .NET – The Big Picture

(Andrew Hudson) The goal of this paper is to provide a business overview of Microsoft’s .NET initiative, how it ties together a variety of products into a corporate strategy, how it was used to respond to competitors, what strategies Microsoft used to drive .NET forward, and what problems occurred d

Community

Designing .NET Class Libraries

The Designing .NET Class Libraries series presents design guidelines for developing classes and components that extend the .NET Framework. The goal of the Designing .NET Class Libraries series is to encourage consistency and predictability in public APIs while enabling Web and cross-language integra

Community

Using SQL Cache Dependency

(Wei-Meng Lee) Caching has long been recognized as one of the more effective ways to improve your ASP.NET web applications. However, one particular caching feature that was dearly missing in ASP.NET 1.x was SQL cache dependency. SQL cache dependency is the ability to invalidate a database cache if d