.net平台ajax解决方案

这个是复制过来的,要了解完整的当然要去原生站了:

http://atlas.asp.net/docs/Overview/Overview.aspx

AJAX Technical Concepts

In AJAX, developers can call Web services asynchronously from client scripts using the XMLHTTPRequest object to package information as XML data and then transfer it on the network. To make calls, the XMLHTTPRequest object provides a proxy object that makes the remote call and sends and receives the data.

AJAX also makes extensive use of client-side script, specifically JavaScript (ECMAScript). JavaScript is used to make remote procedure calls, to perform application processing on the client (as opposed to handling it on the server), and to create enhanced UI features.

AJAX solutions use JavaScript together with several other client technologies, including the following:

  • The browser's Document Object Model (DOM), which exposes the elements on an HTML page as a standard set of objects (document, window, and so on) that can be manipulated programmatically.
  • Dynamic HTML (DHTML), which extends HTML with facilities for reacting to user input on the page in client script, without requiring a round trip.
  • Behaviors, which are a way of programmatically packaging UI actions (such as drag-and-drop behavior) that can then be associated with page elements.
  • Components, which are custom JavaScript objects that provide extensive client-side UI features.

'Atlas' Architecture

In its minimal form, an 'Atlas' application uses client-script libraries to manage the UI and to call server-based components. 'Atlas' also provides server components that interact with the client and that can generate predefined client script.

'Atlas' Client Components

For pure client development, 'Atlas' contains a set of client script libraries (.js files) that define a layered approach for creating client-based applications. The layers consist of:

  • A browser compatibility layer, which provides compatibility across most browsers for your 'Atlas' scripts and eliminates the need to write browser-specific scripts.
  • 'Atlas' core services, which include extensions to JavaScript such as classes, namespaces, event handling, inheritance, data types, and object serialization. These object-oriented features give you a familiar programming model and enable you to write higher quality, maintainable, and reusable code.
  • An 'Atlas' base class library, which includes components such as string builders, debuggers, timers, and tracing.
  • A networking layer that communicates with Web-based services and applications and manages asynchronous remote method calls. This layer manages the complexity of making asynchronous calls over XMLHTTP, reducing a call to just a few lines of scripting code.
  • A UI layer that provides a number of 'Atlas' client capabilities: behaviors, the 'Atlas' declarative syntax, UI components, and data binding.
  • A controls layer that creates 'Atlas'-specific controls for client development. These controls can be data-bound, scripted, bound to 'Atlas' behaviors such as drag and drop, and so on. Controls include an auto-completion text box, a data-bound listview control, navigation controls, and more.
  • A declarative programming model, which enables you to create 'Atlas' components in the same way you create ASP.NET server controls.

You can think of the 'Atlas' client script libraries as being a kind of subset of the architecture of ASP.NET on the server.

'Atlas' Server Components

 

'Atlas' is not just about creating client scripts. 'Atlas' includes server-based components, services, and controls that can be integrated with 'Atlas' client scripts, including the following:

  • Web services that make available the following ASP.NET features: profiles, membership, roles, personalization, and globalization and culture-specific services.
  • 'Atlas' server controls that resemble ASP.NET server controls, but emit 'Atlas' client script. 'Atlas' controls corresponds closely to the existing ASP.NET server controls, such as buttons, labels, options, text boxes, check boxes, hyperlinks, and validation controls. 'Atlas' server controls are useful if you already know server-side development well or if it is not practical for you to create 'Atlas' client scripts manually.
  • 'Atlas' server controls that emit JavaScript to produce client behaviors, including a HoverBehavior control, a ClickBehavior control, a Popup control, and an AutocompleteBehavior control.

All 'Atlas' controls will be integrated into Visual Studio so that you can work with them in a designer just as you can with standard ASP.NET server controls.

To learn more about the 'Atlas' features and architecture, see ASP.NET Atlas Overview. To work with the 'Atlas' preview, try the walkthroughs listed in the "See Also" section of this topic.

我想翻译,不过懒!

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值