Saturday, August 15, 2009
ASP.NET AJAX Framework
ASP.NET AJAX Framework Advantages
As we know, AJAX has been integrated with the latest ASP.NET 3.5 / .NET Framework 3.5, while ASP.NET AJAX 1.0 was available as a separate add-on for ASP.NET 2.0.
Let us see the advantages of the ASP.NET AJAX framework from these 3 categories:
1) Ajax component frameworks
Components are generally created via JavaScript or XML tags, or by adding special attributes to normal HTML elements. These frameworks are generally larger, and intended for web applications rather than web sites.
However, Some component frameworks require the developer to have extensive HTML/CSS/Ajax experience and to do cross-browser testing.
Users can get the benefits from the following Ajax components frameworks:
1 – Customization APIs and related technology
2 – More programmatic control and flexibility
3 – Advance skinning facilities and structure
4 – Allow users to create new components based on other components
Download