Sunday, October 4, 2009

what are the advantages of ASP.NET AJAX server framework?


1. ASP.NET AJAX Server controls
2. ASP.NET AJAX ASP.NET Services
3. Microsoft AJAX Library



www.codecollege.NET

What are the advantages of using ASP.NET Ajax over the raw Ajax coding?


1. Browser Compatibility layer.
2. Core services.
3. Base Class Library.
4. Script controls and components.



www.codecollege.NET

What is JSON?


It is a Javascript Data serialization feature which does data persistance in a simple way where you require less code to read and write the data.



www.codecollege.NET