views:

1173

answers:

5

I'm looking for the best technical books that cover ASP.NET 3.5 with ASP.NET AJAX? Ones that gives the strongest examples of ASP.NET Ajax and exploring the client-side Sys.* objects. Also examples using the WCF-based webservices to handle Ajax requests.

+3  A: 

ASP.NET 3.5 AJAX Unleashed

Shiju
A: 
rajesh pillai
A: 

Check out my list of good recently published books related to ASP.NET development:

http://www.riaguy.com/books/

My favorite is:

Advanced ASP.NET AJAX Server Controls For .NET Framework 3.5

and maybe this:

Professional ASP.NET 3.5 AJAX

Koistya Navin
A: 

I would recommend ASP.NET AJAX in Action for examples of the client-side objects within the MS AJAX library.

Whilst it has examples of webservices and mashups, this isn't its strongest point. Where the book does excel is in providing a detailed breakdown of the client-side Javascript objects, the client-side lifecycle and developing AJAX enabled controls, both server controls and extending HTML elements through JavaScript.

Russ Cam
A: 
Paperino