Welcome to AspAdvice Sign in | Join | Help

Browse by Tags

All Tags » performance   (RSS)

Speaking in Toledo Tonight

I'll be presenting at the Northwest Ohio .NET User Group this evening at 6pm. The talk will be a slightly modified version of my Black Belt ASP.NET Performance talk that I gave earlier this month at Tech Ed in Orlando. According to their web site, the
Posted by ssmith | 1 Comments

Black Belt ASP.NET Performance Talk

I gave my Tech Ed presentation, ASP.NET Black Belt Performance Techniques, yesterday afternoon. The talk was well-attended, with about 300 372in the audience. I gave the talk last month in Cleveland and it was very well-received. I promised attendees
Posted by ssmith | 5 Comments

Black Belt ASP.NET Performance Techniques

Last night I presented at the Cleveland .NET SIG on Black Belt ASP.NET Performance Techniques, which is a talk I'll be giving in a few weeks at Tech:Ed Developers in Orlando . I was asked a couple of weeks ago if I could give a talk in May and I decided
Posted by ssmith | 2 Comments

Speaking in Cleveland May 13th

I'll be speaking at the Cleveland .NET SIG tomorrow night. The topic is Black Belt Performance Tips for ASP.NET, which will be a dry run for a session by that same name I'll be giving next month at Tech:Ed Developers in Orlando . Some of the primary areas
Posted by ssmith | (Comments Off)

Caching in ASP.NET Show on dnrTV

I'm on dnrTV this week with a show about Caching in ASP.NET, one of my favorite topics . I think the whole show is a bit under an hour and I go through a bunch of demos and show off some of the less-well-known features of caching, such as cache profiles,
Posted by ssmith | 6 Comments

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

Optimize ASP.NET HTTP Connection Limit

Mads has a nice post on optimizing ASP.NET to utilize more than its default of 2 concurrent web connections . Here’s the relevant config info: <system.net> <connectionManagement> <add address="*" maxconnection="8"/> </connectionManagement>
Posted by ssmith | 1 Comments
Filed under: