DDD

WebDD '09 - Reading - 18th April 2009

Phil Pursglove

Phil Pursglove is a Senior Software Developer with WSP Group in Cambridge. He has worked with the .Net Framework since its' inception and was one of the first developers in the world to gain the MCSD qualification for .Net. Phil has been involved with the UK Microsoft community for over ten years and has presented at several user groups and conferences. His blog on .Net development can be found at http://diaryofadotnetdeveloper.blogspot.com, and he tweets at http://twitter.com/philpursglove. When not coding, he is often found with a sword in his hand chasing people down a fencing piste!

Sessions Submitted

This One Goes Up To 11, or How To Write Scalable ASP.NET

So you've written the new MySpace and it's getting lots of use - but the more users you get, the s-l-o-w-e-r the whole thing runs.



In this session we'll discuss techniques, hints and tips that you can use to write ASP.NET that scales effectively as your user base grows. This will include:

-how to cache HTML output so your page doesn't have to render every time.

-how to cache data so you don't have to get it from the database every time.

-how to reduce your Viewstate to a few bytes in just three lines of code.

-how to shrink your JavaScript so it gets to the client faster.

-why letting the GridView do its' own paging is a bad idea.

Photos