Ajax 学习(一)

        为了改善web界面设计,所以来学习一下使用Asp.net Ajax。从 http://www.cnblogs.com/dflying/archive/2006/11/19/565503.html 介绍了一些资料,我想还是先从总体结构开始了解。
       Atlas Architecture Overview( http://www.nikhilk.net/AtlasArchitecture.aspx),这里主要描述了2个部分:客户端和服务端。Atlas就是一个客户端和服务器端沟通的框架。
     客户端提供Browser Compat LayerScript Core ,Base Class Library and Component Model and UI Framework 
     服务端提供Server Control Framework,Web Services Bridge and Application Services Bridge

     Atlas Programming Model(http://www.nikhilk.net/AtlasProgModel.aspx)
     A discussion of client and server development models for rich Web application development using Atlas, and a quick overview of the framework and runtime modes of the Atlas script library. 对于了解Atlas Architecture Overview 有不少帮助,
具体定义慢慢再看看。
     由于比较关心界面设计的效率,所以准备开始了解Browser Compat Layer 这个部分。

原文地址:https://www.cnblogs.com/thh/p/647184.html