Ajax.NET Professional for ASP.NET 1.x/2.0
November 17th, 2007 Arsen Posted in Patterns - .NET |
Ajax.NET Professional is the first Ajax framework for ASP.NET 1.x/2.0.
- AJAX library for ASP.NET which provides the very basic AJAX capability to make xmlhttp callbacks. Does not have any ‘Ajax-enabled’ controls or support for Viewstate, etc.
- Can serialize ANY data type from .NET including custom classes, structs or enum types
- Include JavaScript DataTable, DataSet, support for IList and IEnumeration, XML documents
- Supports Internet Explorer 5.0 and higher, Firefox, Opera, Safari, Netscape,…
- Great ActiveX replacement for Internet Explorer if ActiveX are disabled
- Download source code at http://www.ajaxpro.info/sourcecode.aspx
- Support by Google group: http://groups.google.com/group/ajaxpro
- Demo and Download of Starter Kits available at http://www.ajaxpro.info/
- Queuing actions to enable more than 2 concurrent requests
- No direct code change on server-side code using method attributes
- Caching available on the server
- JavaScript includes several prototype features like String.trim or Array.clear
- Asynchronous and synchronous methods with callback and context support
- Uses JSON instead of XML for performance reason
- Reduce HTML traffic (only data is sent instead of HTML code)
Leave a Reply