--%>

New features in Microsoft AJAX library

List the new features that are included in Microsoft AJAX library?

E

Expert

Verified

Microsoft AJAX library is the client-based JavaScript library which is compatible with every modern browser and proposes a lot of functionality than JavaScript. Library is released with the new features and completely supports ASP.NET 4.0'. 

New features included in a Microsoft AJAX library are as follows:

AdoNetDataContext class – It enables us to easily interact with the ADO.NET Data Services service.

Imperative syntax – It supports easy imperative syntax which is used to make and handle controls.

Client data access – It supports to access client data and display through client data control and client template.

Client datacontext – It supports read and write permission to data from the database.

Script loader – It retrieves every script which is required by one or more client component or control automatically and implements scripts in the order in which they are received.

jQuery integration – It helps to access elements in the Web pages, enable visual effects, work with client-side evetns and make it simpler to use AJAX in the applications.

   Related Questions in Programming Languages

  • Q : What is decimal Decimal: The number

    Decimal: The number representation in decimal is base 10. In base 10, the digits 0 to 9 are utilized. Digit positions symbolize successive powers of 10.

  • Q : CORBA allows high performance

    'CORBA was designed to allow high performance distributed applications to be written’. Discuss. Definitely, ’CORBA was designed to allow high performance distributed applications to be written’ because it provides:

  • Q : Libraries involved in Windows

    Explain the important libraries involved in Windows programming?

  • Q : What is a Sub class Sub class : It is a

    Sub class: It is a class which extends its super class. The sub-class inherits all the members of its super class. All Java classes are the sub-classes of Object class, which is at the root of inheritance hierarchy.

  • Q : What is an Exception Exception : An

    Exception: An object symbolizing the occurrence of an exceptional circumstance - usually, something which has gone wrong in the smooth running of a program. Exception objects are made from classes which expand the Throwable class.

  • Q : Limit the Use of Pre-processor

    Limit the Use of Pre-processor Directives: The C pre-processor is powerful, but unrestricted use of it can lead to code that is hard to understand and analyze. Limit its use to inclusion of header files and simple macro definitions. Avoid features suc

  • Q : What is an Exception handler Exception

    Exception handler: It is a try statement which acts as an exception handler - a place where exception objects are dealt and caught with.

  • Q : Benefit from JavaIDL Why did Java

    Why did Java benefit from the development of JavaIDL?

  • Q : What is applet? Explain life cycle of

    Ans. Applet: An applet is an application designed to travel over the internet and to be executed on the client machine by a java compatible

  • Q : Give some instances of XML DTDs or

    Give some instances of XML DTDs or schemas which you have worked with?