J. Ambrose Little

Communicating Infragistics, .NET, Java, and related technologies.

August 2006 - Posts

Web Dev with IE
Everybody who has done any cross-browser web development is aware of the many quirks of IE6, so it is good to read, as Scott points out , that the IE team is addressing many of them with IE7. While it isn't 100% yet, I've noticed that more often than Read More...
Posted: 23 Aug 2006, 11:43 | 0 Comments
Filed under:
Output Caching Profiles and Custom Caching
Here's a quick tip for something pretty neat in ASP.NET 2.0. You can specify output cache profiles in the application configuration like so (this is under the system.web configuration section): < caching > < outputCache enableOutputCache = " Read More...