What are the new features of asp.net ajax 4.0? : asp.net ajax



What are the new features of asp.net ajax 4.0? : asp.net ajax..

Answer / Manjeet Kumar

"New features in ASP.NET AJAX 4.0 include client-side script optimization, automatic detection of duplicate script references, asynchronous callbacks for server-side methods, improved data binding capabilities, and enhanced support for web APIs."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AJAX Interview Questions

When should I use an java applet instead of ajax?

1 Answers  


Can I use asp.net ajax with any other technology apart from asp.net?

1 Answers  


Is it true that ajax is code browser compatible?

1 Answers  


Where can I find examples of ajax?

1 Answers  


Can we use nested update panel in Ajax?

1 Answers  


Which are the two methods used for cross domain Ajax calls?

1 Answers  


What are ajax controls?

1 Answers  


How can we assign an object in Java Script?? For Example:- ----------- If i create an object "obj1" var obj1 = Object(); obj1.name = "hari"; and if i want to assign it to two objects "obj2" and "obj3" with different names... obj1.name = "gopi" obj2 = new Object(obj1); obj1.name = "raghu" obj3 = new Object(obj1) Now ob2.name become to "raghu" from "gopi". WHY? how to solve the above problem?

2 Answers  


What are the pre-requisites to execute AJAX applications on a server?

1 Answers  


Will html_ajax integrate with other javascript ajax libraries such as scriptaculous?

1 Answers  


Will html_ajax integrate with other javascript ajax libraries such as scriptaculous? How would this integration look like?

1 Answers  


Techniques for asynchronous server communication have been around for years. What makes ajax a "new" approach?

1 Answers  


Categories