Advanced ASP.NET AJAX Server Controls For .NET Framework 3.5 (Microsoft .Net Development Series) | 
enlarge | Authors: Adam Calderon, Joel Rumerman Publisher: Addison-Wesley Professional Category: Book
List Price: $49.99 Buy New: $26.24 You Save: $23.75 (48%)
New (38) Used (9) from $26.24
Avg. Customer Rating: 6 reviews Sales Rank: 195295
Media: Paperback Edition: 1 Number Of Items: 1 Pages: 648 Shipping Weight (lbs): 2.1 Dimensions (in): 9 x 7 x 1.2
ISBN: 0321514440 Dewey Decimal Number: 006.7882 EAN: 9780321514448 ASIN: 0321514440
Publication Date: July 6, 2008 Availability: Usually ships in 1-2 business days
|
| Also Available In:
|
| Similar Items:
|
| Editorial Reviews:
Product Description Microsoft .NET Development Series “Supported by the leaders and principal authorities of core Microsoft technologies, this series has an author pool that combines some of the most insightful authors in the industry with the lead software architects and developers at Microsoft and the developer community at large.” – Don Box Architect, Microsoft “This is a great resource for professional .NET developers. It covers all bases, from expert perspective to reference and how-to. Books in this series are essential reading for those who want to judiciously expand their knowledge base and expertise.” –John Montgomery Principal Group Program Manager, Developer Division, Microsoft “This foremost series on .NET contains vital information for developers who need to get the most out of the .NET Framework. Our authors are selected from the key innovators who create the technology and are the most respected practitioners of it.” –Brad Abrams Group Program Manager, Microsoft ASP.NET AJAX server controls can encapsulate even the most powerful AJAX functionality, helping you build more elegant, maintainable, and scalable applications. This is the first comprehensive, code-rich guide to custom ASP.NET AJAX server controls for experienced ASP.NET developers. Unlike other books on ASP.NET AJAX, this book focuses solely on server control development and reflects the significant improvements in ASP.NET 3.5 AJAX and the latest Visual Studio 2008 features for streamlining AJAX development Adam Calderon and Joel Rumerman first review the core Microsoft AJAX Library and JavaScript techniques needed to support a rich client-side experience. Next, they build upon these techniques showing how to create distributable AJAX-enabled controls that include rich browser-independent JavaScript client-side functionality. The authors thoroughly explain both the JavaScript and .NET aspects of control development and how these two distinct environments come together to provide a foundation for building a rich user experience using ASP.NET AJAX. -
Create object-oriented cross-browser JavaScript that supports .NET style classes, interfaces, inheritance, and method overloading -
Work with components, behaviors, and controls, and learn how they relate to DOM elements -
Learn Sys.Application and the part it plays in object creation, initialization, and events in the Microsoft AJAX Library -
Build Extender and Script controls that provide integrated script generation for their corresponding client-side counterparts -
Localize ASP.NET AJAX controls including client script -
Discover ASP.NET AJAX client and server communication architecture and the new support for Windows Communication Foundation (WCF) -
Understand ASP.NET AJAX Application Services -
Create custom Application Services -
Design controls for a partial postback environment -
Understand the AJAX Control Toolkit architecture and the many features it provides -
Develop highly interactive controls using the AJAX Control Toolkit -
Understand AJAX Control Toolkit architecture and build controls that utilize the toolkit Foreword xxv Preface xxvii Acknowledgments xxxv About the Authors xxxix Part I: Client Code Chapter 1: Programming with JavaScript 3 Chapter 2: Microsoft AJAX Library Programming 51 Part II: Controls Chapter 3: Components 121 Chapter 4: Sys.Application 169 Chapter 5: Adding Client Capabilities to Server Controls 207 Chapter 6: ASP.NET AJAX Localization 255 Chapter 7: Control Development in a Partial Postback Environment 317 Part III: Communication Chapter 8: ASP.NET AJAX Communication Architecture 371 Chapter 9: Application Services 425 Part IV: AJAX Control Toolkit Chapter 10: ASP.NET AJAX Control Toolkit Architecture 481 Chapter 11: Adding Client Capabilities to Server Controls Using the ASP.NET AJAX Control Toolkit 513 Appendixes Appendix A: JavaScript in Visual Studio 2008 547 Appendix B: Validating Method Parameters 555 Appendix C: ASP.NET Handlers and Modules 559 Appendix D: Client Error Handling Code 569 Index 577
|
| Customer Reviews: Read 1 more reviews...
A Fine Resource October 2, 2008 This is a fine resource for ASP.NET developers who want to build high performance, data-driven Web applications with a richer user interface. The introduction of ASP.NET AJAX 2.0 extensions caught many of us off-guard. We were suddenly thrown into intensive JavaScript programming on a Microsoft platform. Faced with a major learning curve, many of us fled to the convenience of the UpdatePanel control as a stepping stone.
There's no getting around it, it's going to take effort to get to the next level of AJAX capabilities using Microsoft's library. This book takes you into that journey - but not necessarily by the most direct route.
The first third of the book feels more like a solid ASP.NET AJAX reference than a "how-to-do-it" tutorial. The early chapters cover the library's types, namespaces, and classes in depth. It just seemed too early and too dry to be dealing with the nitty-gritty of the platform.
In my view, the book should start at Chapter Five. That's where you really make use of client-side functionality by adding it to server-based controls. As the authors point out, the AJAX library extensions help you overcome inconsistencies among browsers. You learn practical steps such as adding script resources, configuring ScriptManager, and getting into extender controls. The book leads you through the creation of an Image control extender that loops through a series of images at runtime. It's in this hands-on chapter that you really start to grasp the concepts. There's a substantial chapter of localization in ASP.NET AJAX. If you're taking on a translation, it would certainly be worth the price of the book.
At the outset, I referred to the UpdatePanel. It could be called the "lazy developer's AJAX control". What I learn from Chapter 7 is that the UpdatePanel can be a real headache for control developers. The authors warn of unexpected problems when your carefully-crafted control finds itself inside a partial postback environment.
The book's coverage of the asynchronous consumption of web services is solid. The authors go into all the important acronyms such as REST, and explain WCF from many angles including creating data contracts and service contracts.
In the chapter on Application Services, I discovered how much I didn't know about the client-side use of ASP.NET's Membership, Role, and User Profile services. If these AJAX extensions to the server-side API's escaped you too, you'll really benefit from the chapter.
Every ASP.NET developer knows about the AJAX Control Toolkit but Calderon and Rumerman take it further. They explain the overall architecture and then dig into how you can harness the Toolkit (and especially its animation support) in your own controls.
In summary, this is a very good book for learning to write your own AJAX controls. My main complaint is that the cart comes before the horse... You want to dig into building something interesting (call it 'instant gratification' if you wish) but need to wade through several chapters of dry architectural and reference-type information.
Great for the developer who wants to know more. September 10, 2008 This is an excellent book for developers looking to lean more than just the basics of ASP.NET AJAX, to truly understand how ASP.NET AJAX works. This book contains some fairly advanced subjects that are probably too much for a beginner, but great for the experienced developer.
Great stuff!!! This Book Rocks!!!!! September 9, 2008 1 out of 2 found this review helpful
I started programming on the internet with Internet Explorer 2.0 on a Mac Performa using notepad, and then using Claris Home Page. I was using the AJAX technologies well before 2000. It is interesting to see how engrained into our browser development they have become. A few years later I started developing Windows Form applications, which move into the Smart Client context, and now RIA using WPF and Silverlight. I have gotten my hands dirty with browser applications a few times since 2002, but I try to avoid them like the plague.
I am a firm believer that the browser is being abused, would love to develop every day without it, but have found that is still not possible today when targeting home users and environments you do not control. That is not the case with our project, we should be using WPF, but those in charge do not care.
Why all the useless blather? Because I want you to know I have absolutely zero interest in ASP.NET AJAX, but I have to get up to speed on it because it is being forced on our team.
That said, this book sucks, because it is written so well I cannot put it down. These guys zero in on ASP.NET AJAX Server Controls, but they take the time to go in-depth on all the technologies that ASP.NET AJAX Server Controls interact with. Including JavaScript, JSON, HTTP Handlers, the ASP.NET AJAX Extensions, the ASP.NET AJAX Toolkit, REST, and WCF.
This book has given me a new perspective on the present day browser environment that will make this next project enjoyable.
If you are getting started with ASP.NET AJAX I highly recommend this book. It digs into the guts of ASP.NET AJAX and will give the inside story on how the ASP.NET AJAX Controls are working and how to build high quality controls yourself.
I would suggest being proficient in ASP.NET, have a good understand of JavaScript, and have played around with the ASP.NET AJAX Extension and the ASP.NET AJAX Toolkit.
The examples in the book are great, and the downloadable code is well organized and very usable.
Details, Details, Details, ... , Details, Details September 3, 2008 2 out of 6 found this review helpful
This book has a lot of details. It's hard to just get on with it while reading thru the chapters because the authors seem to think they should try and combine reference material with learning material. Don't get me wrong, I like details, when I need them. However, it is really hard to just do any example in this book without getting bogged down in why rather than how. I think chapter 10 actually starts in on "How", but that's TEN chapters and 500 pages into the book!?!
My other complaint is the vocabulary in this book can sometimes be a complete put off. Instead of saying things like "server side" they say "server-centric" which I guess means the same thing, but why change what everyone is used to saying?
But, the book does have a lot of details and it does belong on your shelf if you want to learn serious ASP.NET AJAX and have a good reference for it. I just don't think it's the book you should read from cover to cover, especially as an intro. Dino Esposito's book is probably a better start.
Excellent book! August 28, 2008 1 out of 1 found this review helpful
This book covers literally everything you would ever need to know about using AJAX on the ASP.NET platform. It is full of useful examples. I find my self referring to it quite often.
|
|
|