Archives

Archives / 2007 / November
  • AspAlliance.com Sample Chapter: ASP.NET AJAX in Action

    http://aspalliance.com/chapters/book.aspx?isbn=1933988142

    There is a new sample book chapter available on the AspAlliance sample book chapters website (http://aspalliance.com/chapters/).

    ASP.NET Ajax in Action
    by Rama Vavilala, David Barkol, Alessandro Gallo
    http://www.amazon.com/gp/product/1933988142

    Chapter 2: First steps with the Microsoft Ajax Library

    From Chapter 2:
    "In the age of Ajax programming, web developers need to be more JavaScript proficient than ever. You must accomplish a long list of tasks in an Ajax-enabled page and coordinate activities on the client side. For example, you need the ability to access server resources, process the results quickly, and maintain smooth webpage interactivity. The need for programming patterns that build robust and maintainable code is also on the rise. In a nutshell, a consistent client-side programming environment that works on all modern browsers is essential.
    This chapter is the first one dedicated to the Microsoft Ajax Library, which is written on top of JavaScript and constitutes the client portion of the ASP.NET AJAX framework. In the tour of the basic framework components in chapter 1, you began to write code using the library's syntax. This chapter will provide more examples and give you a comprehensive overview of the library's features."

    The sample chapter is available for download here:
    http://aspalliance.com/chapters/book.aspx?isbn=1933988142

    And you can buy the book from Amazon here:
    http://www.amazon.com/gp/product/1933988142

    Thanks,
    -Jeff