Ajax INTERVIEW QUESTION & ANSWERS
DOT Net
TAGS
1. | What are the basic goals of ASP.NET Ajax? |
---|---|
AJAX stands for Asynchronous JavaScript and XML. It is a web technology that helps the users create dynamic, client-centric, user-friendly, and interactive web applications.The AJAX-based applications look like Windows applications and they perform faster. Also, they are more efficient and user-friendly than previous web applications. |
2. | What are the components of the ASP.NET Ajax server extensions framework? |
---|---|
|
3. | What are the basic Controls of ASP.NET AJAX? |
---|---|
|
4. | What are the platforms that are used in Ajax? |
---|---|
|
Posted by Sumesh SG. (May 15, 2013) | |
ASP.NET, PHP and JSP; “java” is a server side scripting language like “C#”. |
5. | What is JSON? |
---|---|
JSON, the abbreviated form of JavaScript Object Notation, is a subset of JavaScript. It is lightweight and actually a good alternative to XML as a data interchange format. |