As I had blogged about earlier, I spoke at the DevConnections conference in March of this year. A number of folks have emailed me asking for the slides/code I presented, so here it is: http://datawebcontrols.com/classes/ASPNETConnections2005.zip
I presented three sessions during this four-day conference:
- Working with Client-Side Script - Examined techniques for injecting client-side script from server-side code. Examined a base page class that provided methods for accomplishing common client-side tasks. Looked at upcoming ASP.NET 2.0 features for working with client-side script.
- Syndicating and Consuming RSS Content - Examined the RSS standard and the role of syndication. Examined techniques in both ASP.NET 1.x and ASP.NET 2.0 for syndicating and consuming RSS content. Showcased the open-source ASP.NET control RssFeed.
- Working with HTTP Handlers and Modules - Examined the HTTP pipeline for ASP.NET pages, looking at how to serve custom types of content with HTTP Handlers and how to respond to request-level events using HTTP Modules. Dissected two live demos: an HTTP Handler for color-coding code snippets and an HTTP Module for logging unhandled exceptions.
Enjoy!