Advanced ASP.NET AJAX Server Controls For .NET Framework 3.5 (Paperback)

Adam Calderon, Joel Rumerman

  • 出版商: Addison Wesley
  • 出版日期: 2008-07-01
  • 售價: $1,960
  • 貴賓價: 9.5$1,862
  • 語言: 英文
  • 頁數: 648
  • 裝訂: Paperback
  • ISBN: 0321514440
  • ISBN-13: 9780321514448
  • 相關分類: .NETAjaxASP.NET
  • 已過版

買這商品的人也買了...

商品描述

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

 

 

商品描述(中文翻譯)

《Microsoft .NET Development Series》

「這個系列由核心微軟技術的領導者和主要權威支持,作者陣容結合了業界最有洞察力的作者和微軟的首席軟體架構師和開發人員以及廣大的開發者社群。」- Don Box,微軟架構師

「這是專業.NET開發人員的重要資源。從專家觀點到參考和實作,它涵蓋了所有基礎。這個系列的書籍對於那些想要謹慎擴展他們的知識和專業技能的人來說是必讀的。」- John Montgomery,微軟開發部門主管

「這個關於.NET的頂尖系列包含了開發人員在.NET框架中獲得最大效益所需的重要資訊。我們的作者是從創造技術的關鍵創新者中挑選出來的,他們也是最受尊敬的實踐者。」- Brad Abrams,微軟開發部門主管

ASP.NET AJAX伺服器控制項可以封裝最強大的AJAX功能,幫助您建立更優雅、可維護和可擴展的應用程式。這是第一本針對有經驗的ASP.NET開發人員的全面、代碼豐富的自訂ASP.NET AJAX伺服器控制項指南。與其他關於ASP.NET AJAX的書籍不同,本書僅專注於伺服器控制項開發,並反映了ASP.NET 3.5 AJAX和最新的Visual Studio 2008功能在簡化AJAX開發方面的重大改進。

Adam Calderon和Joel Rumerman首先回顧了核心的Microsoft AJAX Library和支援豐富的客戶端JavaScript技術。接下來,他們在這些技術的基礎上展示了如何創建可分發的AJAX啟用控制項,其中包括豐富的瀏覽器獨立JavaScript客戶端功能。作者詳細解釋了控制項開發的JavaScript和.NET方面,以及這兩個不同的環境如何結合在一起,為使用ASP.NET AJAX建立豐富用戶體驗的基礎。

- 創建支援.NET風格類別、介面、繼承和方法重載的物件導向跨瀏覽器JavaScript
- 使用元件、行為和控制項,並了解它們與DOM元素的關係
- 了解Sys.Application及其在Microsoft AJAX Library中對象創建、初始化和事件中的作用
- 建立提供相應的客戶端腳本集成生成的擴展器和腳本控制項
- 本地化包括客戶端腳本在內的ASP.NET AJAX控制項
- 了解ASP.NET AJAX客戶端和伺服器通訊架構以及對Windows Communication Foundation(WCF)的新支援
- 瞭解ASP.NET AJAX應用程式服務
- 創建自訂應用程式服務
- 為部分回傳環境設計控制項
- 瞭解AJAX Control Toolkit架構及其提供的許多功能
- 使用AJAX Control Toolkit開發高度互動的控制項