--%>

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 : Explain a way to install JAVA S60 device

    What should I do when installation fails whilst trying to install a Java™ Verified application to a certain S60 device?

  • Q : How Java client access Corba A Corba

    A Corba remote object exists. How could you get a Java client to access this object?

  • Q : Define way of kernel object outlive

    Explain the way of the kernel object outlive the process which created it.

  • Q : Type promotion rule Q. Explain type

    Q. Explain type conversion rules for basic data types in java. Ans. Type promotion rule: Java automatically each bits or short operant to int when evaluating an expression. As usual as the automatic promotion

  • Q : Special set of tags in PHP Normal 0

    Normal 0 false false

  • Q : Define Class inheritance Class

    Class inheritance: Whenever a super class is expanded through a sub class, a class inheritance relationship exists among them. The sub class inherits the attributes and methods of its super class. Class inheritance in Java, is single

  • Q : What is Character set encoding

    Character set encoding: The set of values allocated to characters in a character set. Associated characters are frequently grouped with consecutive values, like the digits and alphabetic characters.

  • Q : Explain the way of the Orbeon Explain

    Explain the way of the Orbeon.

  • Q : What is Application programming

    Application programming interface (API): It is a set of definitions that you can make use of it in writing programs. In the perspective of Java, these are the classes, packages, and interfaces which can be utilized to build complex ap

  • Q : Questions on java class Array 1.

    1. Suppose we have a class A which has a constructor that takes a single integer. (a) After the following statements have been executed, how many A objects will exist