advertisement
Login | Register   
  Include Code  Search Tips
TODAY'S HEADLINES  |   ARTICLE ARCHIVE  |   TIP BANK
Browse DevX
Download the Code for this Article
Partners & Affiliates
advertisement
advertisement
advertisement
advertisement
 

Intro to Atlas: The Road to Effortless AJAX Begins Here

There's no reason to get lost with Atlas, Microsoft's framework for building fast, responsive AJAX-enabled Web apps. Get your bearings by following along as we build two introductory applications: a calendar and a content portal. 


advertisement
he phrase AJAX is getting all the attention lately. By now, you should already be familiar with the term, but for those of you still in the dark, AJAX represents techniques to build responsive and feature-rich Web applications. Instead of constantly waiting for web pages to refresh, AJAX-enabled Web sites dynamically update portions of the pages, thus providing a much more responsive user experience to the user. What's more, with AJAX you can now develop feature-rich applications through the Web browser. Just take a look at http://local.live.com/ and http://spreadsheets.google.com/ to experience the wonders of AJAX.

While the technologies AJAX uses are all in the public domain (XML, HTTP and Javascript), developers would be more efficient with the help of a ready framework with which to get started. Not surprisingly, Microsoft has been working on just such a framework—called Atlas (http://atlas.asp.net/ ). To be more specific, Atlas is a free framework that allows ASP.NET 2.0 developers to build AJAX-style Web applications.


It's quick, easy and you get access to all the articles on DevX.
This registration/login is to allow you to read articles on devx.com.
Already a member?



advertisement