ASP NET AJAX ASP NET AJAX System Web











ASP. NET AJAX の構成 ASP. NET AJAX サーバ機能 (System. Web. Extensions. dll) ASP. NET AJAX クライアントライブラリ Microsoft. Ajax. js Script. Manager Update. Panel Update. Progress Timer Microsoft. Ajax. Web. Forms. js Microsoft. Ajax. Timer. js Validator etc … ASP. NET 2. 0 IE IIS Firefox Safari




クライアント中心のAJAXアプリケーションモデル Web サービスの非同期呼び出し Web サービス ブリッジによるアクセスの抽象化 ASP. NET Web サービスへのアクセスを提供 クライアント プロキシの自動生成 <script src=“Web. Service. asmx/js” /> Web. Net. Service. Method. Request. create. Proxy. Method <asp: Script. Manager> 自動的な. NET シリアル化と Java. Script 間の相互変換 JSON (Java. Script Object Notation) による通信 public class Location { public Point Coordinates; public String Name; } { Coordinates : { X: 2. 17, Y: 48. 51 }, Name : "Eiffel Tower" }


© 2006 Microsoft Corporation. All rights reserved. Microsoft, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U. S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
- Slides: 17