vote up 5 vote down star
1

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.

flag

68% accept rate

5 Answers

vote up 3 vote down check

ASP.NET 3.5 AJAX Unleashed

link|flag
vote up 0 vote down

alt text

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

A truly good read. The book mentioned by Shiju is also a good one.

link|flag
vote up 0 vote down

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.

link|flag
vote up 0 vote down

asdftext

ASP.NET AJAX in Action is your best bet if you are looking for something specific on ASP.NET and AJAX. Covers WCF-webservice requests as well.

alt text

Professional ASP.NET 3.5 was also good. Less specific, but if you had to buy only one book on ASP.NET (we are in a recession right?) then I'd go for this.

link|flag
vote up -1 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.