Creating Pages with Persistent Page Updates in ASP.NET 2.0
This tutorial will teach you how to implement a very advanced pattern of how to automatically update areas of a web page without the user needing to perform any action or click anything whatsoever. The purpose is to deliver content to your users in real-time without the user having to request that data, it will automatically appear on the page without a refresh since Ajax is delivering the content.
Kevin Koch
Kevin Koch is a senior software engineer with over 8 years experience designing and architecting primarily web based applications. Fresh out of college during the nineties he co-founded Task Solutions and developed several projects with the then popular classic ASP.
During the Dot Com boom Kevin left his position as president and joined a new venture to build an enterprise insurance claim system build upon J2EE technology. After the Dot Com crash Kevin schooled himself to become an expert with .NET technology and is currently freelancing his ASP.NET skills to build enterprise n-tier frameworks using advanced OO methodologies.