Foundations of Atlas: Rapid Ajax Development with ASP.NET 2.0

Foundations of Atlas: Rapid Ajax Development with ASP.NET 2.0
Authors
Laurence Moroney
ISBN
1590596471
Published
30 May 2006
Purchase online
amazon.com

I enjoyed reading this book. It really covers the fundamentals of the technology but also answer the why-questions of some implementations. — David Boschmans Weblog This book introduces a fast-track path to understanding Atlas, and how this technology can increase the power and functionality of your code while conserving time and effort. The book begins with a bare-bones introduction that explains how Atlas relates to Ajax.

Editorial Reviews

This book introduces a fast-track path to understanding Atlas, and how this technology can increase the power and functionality of your code while conserving time and effort. The book begins with a bare-bones introduction that explains how Atlas relates to Ajax.

Microsoft Atlas is a web-client framework that makes building Ajax-style applications easier. It provides a prewritten framework that gives you a structured environment in which to work. Atlas also provides you with an object model and standardized debugging to make development faster and simpler.

Ajax is a way of combining a number of Web technologies including JavaScript, dynamic HTML, and a feature known as XMLHttp (which reduces the need for client browsers to constantly reconnect to the server every time new information is downloaded). But at the moment, people developing with Ajax have to write their code from the ground up, which is complex and time consuming.

The book guides you through a series of practical examples that demonstrate the Atlas framework and available controls. After reading this book, youll be able to compile a seamless Atlas-based application of your own!

  • In anticipation of changes during development of the Atlas technology, the updated source code is posted for download on the author's blog, www.philotic.com/blog.
  • This book demystifies the Atlas technology and shows you how to work with it.
  • The first book dedicated to this revolutionary new technology.
  • Written by an experienced .NET author in collaboration with the Atlas development team.

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“It is practically impossible to teach good programming style to students that have had prior exposure to BASIC. As potential programmers, they are mentally mutilated beyond hope of regeneration.” - E. W. Dijkstra