Monday, March 26, 2012

ASP.Net AJAX and Yahoo User Interface

Can any body let me know why to use AJAX.NET instead of YUI library? Is there any added advantages?

Hi,

Microsoft ASP.NET AJAX enables you to quickly create Web pages that include a rich user experience with responsive and familiar user interface (UI) elements. ASP.NET AJAX provides client-script libraries that incorporate cross-browser ECMAScript (JavaScript) and dynamic HTML (DHTML) technologies, and it integrates them with the ASP.NET 2.0 server-based development platform. By using ASP.NET AJAX, you can improve the user experience and the efficiency of your Web applications.

ASP.NET AJAX consists of client-script libraries and of server components that are integrated to provide a robust development framework. In addition to ASP.NET AJAX, you can use the ASP.NET AJAX Control Toolkit and the features in the ASP.NET AJAX Futures releases, which are both community supported.

ASP.NET AJAX Architecture include ASP.NET AJAX Server Architecture rather than only client script.

For more information,go tohttp://www.asp.net/ajax/documentation/live/Overview/default.aspx

The Yahoo! User Interface (YUI) Library is a set of utilities and controls, written in JavaScript, for building richly interactive web applications using techniques such as DOM scripting, DHTML and AJAX. The YUI Library also includes several core CSS resources.

Anyway,if you use ASP.NET to develop Web2.0 application, you'd better use MS AJAX.

Best Regards,

No comments:

Post a Comment