InformIt, Written by Kris Hadlock
This article covers everything you need to know about how to use the new Atlas framework for ASP.NET: where to get it and how to integrate it and create your own AJAX-enabled ASP.NET web site from the ground up with C#.
ASP.NET AJAX, currently code-named “Atlas,” is a free framework from Microsoft that allows developers to create AJAX-enabled ASP.NET sites rapidly. What would normally be code-intensive is now as simple as implementing a framework and making your AJAX requests, without having to worry about how to make the request model work. I’m not an expert when it comes to ASP.NET, but this framework makes it so easy to create AJAX sites that it’s hard to pass up.
Read the original article at InformIt