 |
| |
Others say...
"A great introductory read!" This book was a great introduction to the ASP.NET Ajax Extensions and Control Toolkit! Extremely well written. I especially appreciated the practical, real-world samples that were given throughout the book that actually worked.
If you are after further exploration and like to know how things work underneath the hood a bit more, I recommend Dino Esposito's book as a companion.
"WOW. Amazing Clarity. Detailed Explanation. Easily Comprehendable. Comprehensive." I have been reading this book for a while. While at Border's or B&N, I used to grab other ASP.NET AJAX books and used to read them too. But, no other bookes close to this books CLARITY and Detailed and Simple explanation. It starts from the absolute basics and chapter by chapter it brings the developers skill set at par with the pro's. Most ASP.NET developer's client-side scripting needs some work. This book understands it and addresses them in a very simple and elegant verbals. I had been debating for a while which book to buy. After a lot of work, I decided to go for this book. And I am happy I made the right decision. It also has the sneak peek of the CTP Futures too. 5+ Stars. Definite YES.
"Average Book, Embarrassing Framework" Update: it's been announced that jQuery will ship with ASP.NET AJAX and Visual Studio - this book and review is now outdated.
Original Review: Take this book and the ASP.NET AJAX Framework with two grains of salt, if you're serious about AJAX then learn JavaScript and look into the alternative AJAX Libraries like: jQuery, Scriptaculous, Dojo, Mootools, and YUI.
This book lacks objectivity and often suffers from hype. The authors came across as lacking proficient experience with the JavaScript language, or exposure to other AJAX Frameworks / Libraries, or sufficient experience using the ASP.NET AJAX Framework in real world situations.
Comments like: "we recommend that...", "because it makes no sense...", "you must understand X,Y,Z to run complex client-side code without writing a single line of JavaScript" were discouraging, and always left me hanging. Good books answer more than the "hows" - comments like "you must rely on a special..." are a cry for more research.
The book skims over the bigger picture of why the ASP.NET AJAX framework is implemented, or where its going. Instead it presented many examples of "how-to" implement the various ASP.NET AJAX constructs and patterns. It would have been nice to see some real world examples of why the ASP.NET AJAX client-side typing system is useful, or why the AJAX Framework's extended JavaScript objects are useful and how these contrast to what JavaScript already provides, or what happens behind the scenes when a class is registered through client-side code, or why the AJAX Framework prefers declarative syntax (XML) over imperative syntax, and to have some real in-depth discussions on performance implications.
In addition to these disappointments, the ASP.NET AJAX Framework itself has serious technical flaws, it's too heavy weighted (bloated) for practical use - aside from demos you won't see this framework used in the real world. It's a short lived framework, many of the other AJAX Libraries already offer superior performance and better user experience I was disappointed with the server-centric approach the ASP.NET AJAX Framework and this book take, and was disappointed to have JavaScript continually swept under the carpet as magic.
"Great Book!" Very well written. Great examples. In depth as well as plain spoken author. Much to learn and easy to learn. Recommended.
"Outstanding Book!" I haven't even finished reading the book, I am only on chapter 5 and will give this book 5 stars. Before starting this books I only knew how to use the ASP.NET AJAX controls and thought I knew something about AJAX. Come to find I knew very little. This book does an outstanding job cover the client centric development of AJAX rather than concentrating stricly on server centric AJAX development. I say if you are thinking about buying another AJAX book consider this one at the top of your list.
|
|
|
|
|
 |
|
 |
Buy Cheap Software Now!
|
 |
| |
ASP.NET AJAX in Action
 |
List Price : $44.99
Our Price : from $23.81
|
Special offer for you..find the cheapest!
purpleturtleproducts offers this stuff with condition New, new for:
 | Price : $23.81 Usually ships in 1-2 business days
|  |
lomaxdirect from NC, United States offers this stuff for:
 | Price : $23.82 Usually ships in 1-2 business days
|  |
lomaxdirect from NC, United States offers this stuff for:
 | Price : $23.82 Usually ships in 1-2 business days
|  |
new_books_today from TX, United States offers this stuff for:
 | Price : $23.83 Usually ships in 1-2 business days
|  |
horizonbb offers this stuff with condition New, new for:
 | Price : $23.87 Usually ships in 1-2 business days
|  |
escondidobooks from CA, United States offers this stuff for:
 | Price : $23.90 Usually ships in 1-2 business days
|  |
mountaintop_books from CO, United States offers this stuff for:
 | Price : $24.27 Usually ships in 1-2 business days
|  |
gottaluvbooks from CA, United States offers this stuff for:
 | Price : $24.50 Usually ships in 1-2 business days
|  |
a1books from NJ, United States offers this stuff for:
 | Price : $25.53 Usually ships in 1-2 business days
|  |
a1books from NJ, United States offers this stuff for:
 | Price : $25.68 Usually ships in 1-2 business days
|  |
What our customer's say!
"Who should be allowed to review?", I wonder why people who did not buy the book but are allowed to review the book. This opens the door for many dishonest reviews.
"Thorough and intelligent", I really enjoyed this book. Not only does it explain things thoroughly but the author also gives very intelligent, practical examples to help flesh out the theory. It's really good.
"Frustrating Examples", WARNING: Examples are in C# I purchased this book due to the abundance of positive reviews. Unfortunately, the author/publisher fails to include in their description that the examples are based in C#. I was looking for VB. (Note to ALL publishers of technical books: Be VERY SPECIFIC in your Product Description as to what language your examples are based in. If you don't, then you are just pushing paper for the purpose of making a sale....) While I have some experience in C#, converting the examples to VB became a nightmare! And, even when I did try running the examples in their native C#, several failed.
During the first chapter the author provides some quick and dirty examples of Ajax as implemented by Microsoft. In doing so, he gives you the code in well explained fragments, but, leaves out some key points. Mainly, the fact that the JavaScript (your code) to be used with MS/Ajax MUST come AFTER the asp:ScriptManager declaration. Which means that you cannot include your .js code in the "header" section of a web page (as many experienced JavaScript programmers would do...). When MS compiles a page, it adds it's own .js code AFTER it encounters the asp:ScriptManager tag. Therefore, any .js code you add, MUST come AFTER the asp:ScriptManage tag. This is a CRUCIAL point the author left out. If the author had mentioned this, I wouldn't have wasted an hour trying to figure out why his example kept blowing up on me. There are a number of examples that required you to add or include something that wasn't mentioned. Generally trivial things, but annoying to troubleshoot none the less.
While the depth and coverage of the material is very good, giving plenty of under-the-hood information about AJAX and Microsoft's implementation of such, this is almost nullified by the fact that the code examples are continually presented out of order. A (very annoying) example of this is in chapter 5 where the author attempts to explain how to make cross domain calls to the Yahoo mapping API. The author provides the code to create a webservice (GeocodeService) that includes a reference to a class (Location) that isn't provided until later, which has a reference to another class (YahooProvider) that isn't explained until after that...(lather, frustrate, repeat, or should it be rinse, repeat, lather?) Had the examples been presented from inside-out it would have been easier to code and follow in a step-by-step manner. Instead, you are constantly required to read ahead, then code from back to front. Annoying to say the least.
Had the examples been better organized, and more explicit on including that button, the onclick event, the assembly reference, etc., it would have been a four or five star book. Instead, the frustration factor made the attempt to learn-by-example impractical.
"MUST GET - If you want to get under the covers", Ok for me its a must have book. Why because I want to know all about what the micrsoft javascipt injection is actually doing, how I debug applications with it, how I make it leaner (versa using CSSQuery,JQuery and MooTools), how I wire up events and become articulate with this tecnology. You can use the MS Ajax framework on its own in say PHP. So this book is really all about the client side of MS Ajax. If you are familiar with javascript libs like prototype.js you can absorbe this book easy. If you are a UI/Frontend developer then this is a must have. If you are a PHP developer then why not use it to pick up a robust framework. If you are a C# UI developer this will allow you to go beyond stuff that all the other can only drag and drop from the toolbar. Worth while looking at writing control extenders in 3.5 as this would be the place to put the results of your ajax efforts (write one - use many).
"Extraordinary Book on ASP.NET AJAX", Like many people who develop ASP.NET applications for a living, I was extremely interested in learning about ASP.NET AJAX. This is the only book I bought on the subject, and it has been extraordinary. I can't recommend it highly enough. Read this book and you'll be an expert.
You might need this... LINQ in Action details..
|  Professional ASP.NET 3.5: In C# and VB (Programmer to Programmer) details..
|  Professional ASP.NET 2.0 AJAX (Programmer to Programmer) details..
|
 Pro C# 2008 and the .NET 3.5 Platform, Fourth Edition (Windows.Net) details..
|  Pro LINQ: Language Integrated Query in C# 2008 (Windows.Net) details..
| |
Read this reviews before You buy...
"A Real Must Have!!", This is a real must have for anyone who wants to take their AJAX enabled web sites to the next level. It is written in such a way that even my wife (who is not a programmer) could understand...It really is a great book!
"So far so good....", Well I am only a few chapters in, but so far so good. I find its a pretty easy read with good examples in code and thorough explanations. I like the fact that it gives a good and quick over view of Javascript and JSON especially if you are someone like me who learned Javascript on the job.
"A gem of a book", This book is really excellent.
It provides a detailed overview of how to write Ajax enabled OO javascript components using Ajax for ASP.Net.
What I like about this book is that it provides a detailed overview of the client and server model, and how they work together, in a very understandable and easy to read approach. It also provides a nice introduction to extenders and the control toolkit, as well as some CTP futures.
This is only one of two books out of my collection of 15 books that I have recently purchased in the last couple of years that I would consider excellent.
"Excellent ", Comprehensive and helpful information for novice to experienced users - well worth the time to read.
"A book you can follow",
I decided to purchase this book for two reasons.
1. Asp.net has it as highly recommended. 2. It was recommended to me by multiple colleagues.
To say the least, it's a great book. The writing style is easy to read and understand. The authors do not use the book as a vehicle to self promote their knowledge. The authors use the book to help teach you what they understand. I was really getting tired of purchasing books which were difficult to follow this book has won me back. If any of the authors read this review...Thank you.
Pete
|
|
 |
|
 |
|
|
All the software listed in this directory are shareware and commercial software. There are no free software here.
We have many utilities which run on windows, mac / macintosh, linux and unix. As one of the download directory in internet we have many software and application. All of our applications / app are downloadable for your computer. We also have shareware, demo, osx, linux, xp, windows, 95, 98, 2000, win, winfiles program file. The extension of files may vary, it can zip, exe, jpg and many more. We don't support illegal software like hack, crack and serial number. No hacking and cracking.
Online PAD Generator /
Download Site /
Term Of Use /
Privacy Policy /
Disclaimer
|
|
|
|
Copyright ? 2004-2008.
Shareware Download, Files Download. All
Rights Reserved.
Free Online Recipe,
Lowongan Kerja,
Indonesia Map,
Kamus,
Video Lyrics,
Health Vitamin,
PAD Generator,
Free Web Template, Wordpress Theme,
Deal Bargain Offers,
Affiliate Datafeed,
Mac OSX Tricks
Online Game Cheat,
Online Flash Game,
Electric Guitar Review,
RC Helicopter Reviews
Ascii Art,
Anagram Finder,
Clapper Generator,
Post-it Note,
Dog Name Generator,
Freelance Jobs,
Network Tools
|
|
|