I’ve posted my slides and samples for my ASP.NET Connections sessions online. You can grab the following sessions:
A Data-Driven Approach to Localization
This session introduces localization with ASP.NET 2.0 focusing on the basics of how you can localize ASP.NET applications. The focus of this session is resource localization and it dives deep into building a custom ResourceProvider that allows using a database for resource localization. The session provides this data-driven resource provider along with an online Web Resource Editor that can be used to edit resources in real time in your application.
Slides and Samples
Online Sample
Introduction to Ajax Technologies with ASP.NET 2.0
This session introduces the concepts of AJAX and how it works by providing an overview of the underlying technology and demonstrating functionality using several different AJAX tools. Tools used are ScriptCallbacks, a custom implementation (wwHoverPanel) and Anthem.NET. Each approach highlights a different approach to creating AJAX functionality and gives a glimpse of the different mechanisms that are available.
Slides and Samples
Online Samples (not quite current)
wwHoverPanel Samples
Taking MS Ajax for a Ride
This session introduces MS Ajax and talks about overall architecture and then demonstrates the various different mechanisms for providing rich AJAX functionality with this powerful and complex tool. Focus of this sessions is to show some of the behind the scenes workings of the technologies to help understand the different mechanisms and understand when they are used and applied.
Slides and Samples (requires Beta 2)
Online Samples (Beta 2)
Other Posts you might also like