A new version of the ASP.NET Ajax Library has been released

简介:

A new version of the ASP.NET Ajax Library has been released at CodePlex:

* The ASP.NET Ajax Library includes the Ajax Control Toolkit. You can continue to use the Ajax Control Toolkit in ASP.NET Web Forms applications by dragging-and-dropping controls from the Visual Studio Toolbox. The new Ajax Control Toolkit also can be used in ASP.NET MVC and even pure HTML applications.

* The ASP.NET Ajax Library has a new CodePlex project located at http://Ajax.CodePlex.com

* The ASP.NET Ajax Library has a new documentation/tutorial/sample code website located at http://www.ASP.net/ajaxLibrary

* The ASP.NET Ajax Library is being hosted on the Microsoft Ajax Content Delivery Network. Learn more about the Microsoft Ajax CDN athttp://www.ASP.net/ajaxLibrary/CDN.ashx

* Microsoft has contributed the ASP.NET Ajax Library to the CodePlex Foundation. Learn more about the CodePlex Foundation by visiting http://CodePlex.org 

The ASP.NET Ajax Library Beta release enables you to build database-driven Web applications that run entirely in the Web browser. The library provides the following features for developers:

  • Powerful developer libraries and tooling support
  • Performance – build high performance websites
  • Interoperability – use it with any server platform and alongside jQuery
  • Extensible – build on top of the library and inherit from controls like DataView

from:http://forums.asp.net/t/1494489.aspx


本文转自Justin博客园博客,原文链接:http://www.cnblogs.com/justinw/archive/2009/11/24/1609573.html,如需转载请自行联系原作者

相关文章
|
开发框架 前端开发 JavaScript
ASP.NET AJAX使用方法概述(三)
ASP.NET AJAX使用方法概述(三)
173 1
|
开发框架 .NET 开发工具
【Azure 应用服务】App Service 的.NET Version选择为.NET6,是否可以同时支持运行ASP.NET V4.8的应用呢?
【Azure 应用服务】App Service 的.NET Version选择为.NET6,是否可以同时支持运行ASP.NET V4.8的应用呢?
131 0
|
XML 开发框架 .NET
C# .NET面试系列八:ADO.NET、XML、HTTP、AJAX、WebService
## 第二部分:ADO.NET、XML、HTTP、AJAX、WebService #### 1. .NET 和 C# 有什么区别? .NET(通用语言运行时): ```c# 定义:.NET 是一个软件开发框架,提供了一个通用的运行时环境,用于在不同的编程语言中执行代码。 作用:它为多语言支持提供了一个统一的平台,允许不同的语言共享类库和其他资源。.NET 包括 Common Language Runtime (CLR)、基础类库(BCL)和其他工具。 ``` C#(C Sharp): ```c# 定义: C# 是一种由微软设计的面向对象的编程语言,专门为.NET 平台开发而创建。 作
626 2
|
开发框架 缓存 前端开发
安装ASP.NET AJAX (一安装)
安装ASP.NET AJAX (一安装)
275 0
|
开发框架 前端开发 .NET
用ajax和asp.net实现智能搜索功能
用ajax和asp.net实现智能搜索功能
230 0
解决.NET Core Ajax请求后台传送参数过大请求失败问题
解决.NET Core Ajax请求后台传送参数过大请求失败问题
|
开发框架 前端开发 JavaScript
【Asp.net】 Ajax小例子
【Asp.net】 Ajax小例子
244 0
|
开发框架 前端开发 JavaScript
ASP.Net Core中使用jquery-ajax-unobtrusive替换Ajax.BeginForm
ASP.Net Core中使用jquery-ajax-unobtrusive替换Ajax.BeginForm
373 0
|
开发框架 前端开发 .NET
ASP.NET CORE 3.1 MVC“指定的网络名不再可用\企图在不存在的网络连接上进行操作”的问题解决过程
ASP.NET CORE 3.1 MVC“指定的网络名不再可用\企图在不存在的网络连接上进行操作”的问题解决过程
452 0
|
开发框架 前端开发 JavaScript
ASP.NET MVC 教程
ASP.NET 是一个使用 HTML、CSS、JavaScript 和服务器脚本创建网页和网站的开发框架。
239 7