Welcome to AspAdvice Sign in | Join | Help

Browse by Tags

All Tags » Scalability   (RSS)

Real World ASP.NET Performance Tuning Experience

I'm in the midst of wrapping up a multi-year long project to replace the advertising engine used to host sponsored ads on a few dozen .NET web sites . This system traces its "lineage" back to an old ASP application written in 2001 (it served

ASP.NET Scalability Panel Recording Available

I was honored to be asked to participate in a panel discussing ASP.NET Scalability at TechEd 2007 a couple of weeks ago. The panel was moderated by Richard Campbell and Carl Franklin of DotNetRocks , and included Stephen Forte, Kent Alstad, Rob Howard,
Posted by ssmith | 1 Comments

Update Cache in Background Thread

Peter Bromberg recently wrote an article on refreshing the ASP.NET cache , which referenced my ASP.NET Caching Best Practices article on MSDN . In my original article, I lamented the general uselessness of the CacheItemRemovedCallback feature, and wished
Posted by ssmith | 5 Comments