Developing Service-Oriented AJAX Applications on the Microsoft® Platform
Make your rich Internet applications easier to write, manage, and update by leveraging ASP.NET AJAX, the Microsoft AJAX Library, and the Windows® mmunication Foundation Web programming model. With extensive code samples and guidance from an AJAX expert, you'll learn to separate the Web service...
Main Author: | |
---|---|
Format: | eBook |
Language: | Inglés |
Published: |
Sebastopol :
Microsoft Press
2008.
|
Edition: | 1st edition |
Subjects: | |
See on Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009627617506719 |
Table of Contents:
- Cover; Copyright page; Dedication; Contents at a Glance; Table of Contents; Foreword; Acknowledgments; Introduction; Who This Book Is For; What This Book Is About; What Won't Be Covered; The Author's Blog; Companion Content; Hardware and Software Requirements; Find Additional Content Online; Support for This Book; Questions and Comments; Part I: AJAX and WCF; Chapter 1: Service-Oriented AJAX Fundamentals; Service-Based AJAX: Architecture Overview; The Client-Side Runtime; The ASP.NET AJAX ScriptManager Control; Page Life Cycle and Sys.Application; Web Requests with Sys.Net.WebRequest
- Client-Side RenderingIntroducing Windows Communications Foundation; XML Endpoints with WCF; Updating Data with WCF Services; Summary; Chapter 2: The AJAX Application Server: Service Orientation and the Windows Communication Foundation; The Benefits of WCF as the AJAX Services Platform; Service Orientation and Service-Based AJAX Applications; WCF Fundamentals; WCF Contracts; WCF Endpoints; WCF Bindings; WCF Behaviors; ASP.NET Runtime Support for WCF Services; Case Study: Introducing the Knowledge Base Reference Application; Contract-Based Service Programming
- Implementing Data Schema Through WCF Data ContractsWCF Security and Authorization with ASP.NET; Web Services for AJAX Using ASP.NET 2.0 ASMX; Summary; Chapter 3: The AJAX Application Server: Windows Communication Foundation's Web Programming Model; WCF and the Web Programming Model; Enabling the Web Programming Model; Accessing the Current Web Context from WCF; The REST Architectural Pattern and WCF; Using WebGet for Data Retrieval; Readable URLs and URI Templates; Using the UriTemplate Class to Build URLs; Supporting REST Service Actions with WebInvoke; Introducing WCF Syndication Services
- Implementing REST Web Services Using ASP.NET 2.0 HTTP HandlersSummary; Part II: Practical AJAX; Chapter 4: The AJAX Runtime with the Microsoft AJAX Library; Understanding the Client-Side Programming Model; Deploying the Runtime with ASP.NET Server Controls; Compiled Script Resources; The Script Manager Programming Model; Object-Oriented JavaScript Fundamentals; The Microsoft Ajax Library JavaScript Type Extensions; The JavaScript Type; JavaScript Namespaces; Types and Inheritance; Summary; Chapter 5: The Microsoft AJAX Library; The Microsoft AJAX Library Client Framework
- JavaScript Base Type ExtensionsArray Extensions; Error Extensions; Global Types and Objects in the Sys Namespace; The Network Library in Sys.Net; JavaScript Serialization with Sys.Serialization; Application Services with Sys.Services; Browser Extensions with Sys.UI; Coding to Support Visual Studio IntelliSense; Summary; Chapter 6: AJAX Application Services with Sys.Services; ASP.NET AJAX Application Services with Sys.Services; ASP.NET AJAX Script Initialization and Sys.Services; JavaScript Authentication with Sys.Services; JavaScript Profile Data with Sys.Services
- Application Roles and Sys.Services.RoleService