I. ASP. NET AJAX Components
There are three downloads on the official ASP. net ajax Website:
1. ASP. net ajax: This part is ASP. net ajax core, including the core AJAX type system, network protocol layer (networking stack), component model, extender (extender) base class, and ASP.. NET integrated server functions (including popular ScriptManager, UpdatePanel, and Timer controls ).
Server Function list:
◆ Asynchronous client-to-server networking
◆ Authentication as a Web service
◆ ControlExtender class
◆ Profile as a Web service
◆ ScriptManager and ScriptManagerProxy controls
◆ Static page methods as Web services
◆ Timer control
◆ UpdatePanel control
◆ UpdateProgress control
Client function list:
◆ Authentication for JavaScript
◆ Behavior class
◆ Calling. asmx Web services from JavaScript
◆ Component class
◆ Control class
◆ Debug class
◆ JavaScript Array type extensions
◆ JavaScript Boolean type extensions
◆ JavaScript Error type extensions
◆ JavaScript Number type extensions
◆ JavaScript Object type extensions
◆ JavaScript String type extensions
◆ JSON serialization
◆ Profile for JavaScript
◆ Trace class
2. ASP. net ajax "Value-Add" CTP: ASP. the "value-added" CTP Section supported by the net ajax Community, including the additional advanced features included in previous Atlas CTP versions, but not fully supported by "core" 1.0. Through further feedback, these will gradually and steadily increase to core 1.0.
3. ASP. net ajax Control Toolkit: contains 28 cool free AJAX controls based on the "core" download version of ASP. net ajax 1.0. It is an open-source project developed by Microsoft and non-Microsoft developers to download code from CodePlex.
Ii. Install ASP. NET AJAX
1. Uninstall all previous CTP versions before installing ASP. net ajax 1.0 Beta.
2. download ASP. net ajax 1.0 Beta installation package, Microsoft. web. extensions. dll Assembly will be installed in GACGlobal Assembly Cache), so you do not need to include the Assembly in the Bin folder of the Web site during use.
3. Download and install ASP. net ajax "Value-Add" CTP and ASP. net ajax Control Toolkit.
3. Develop ASP. net ajax-based applications in Visual Studio. NET 2005
Install ASP.. net ajax, open Visual Studio. create a Web Site in. NET 2005. An ASP. net ajax-enabled Web site, select it directly, such:
After the project is created, the relevant configuration is automatically completed in Web. config, and AJAXExtensionToolbox. dll has been added to the VS toolbox. You do not need to manually add it.
- Introduction to ASP. net mvc Framework
- MvcContrib. FluentHtml of ASP. NET MVC
- Functions of ASP. NET Framework and Application of ASP. net mvc pattern
- Analysis of Asp.net MVC Lifecycle
- Overview of ASP. net ajax Configuration