--%>

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 are Relational operators

    Relational operators: Operators, like <, >, <=, >=, == and!=, which produce a Boolean outcome, as portion of a Boolean expression.

  • Q : What is an Object Object : It is an

    Object: It is an instance of a particular class. In common, any number of objects might be constructed from a class definition. The class to which an object belongs states the common characteristics of all instances of that class. In those characteris

  • Q : Program to controls a quiz show in C++

    Foundations of Computer Science In this project, we will write a program that controls a quiz show, much like the many popular TV shows. The program will read in a group of questions and thei

  • Q : Explain the java applets with a

      APPLET: an applet is an application designed to tra

  • Q : Describe Method result Method result :

    Method result: The value returned from a method through a return statement. The kind of expression in the return statement should match the return type declared in method header.

  • Q : Explain the relationship between XHTML

    Explain the relationship between XHTML and URL?

  • Q : Explain Base type Base type : The kind

    Base type: The kind of items that might be stored in an array - the arrays defined type. For example, in     int[] numbers; the base type

  • Q : State the term VHDL or Verilog State

    State the term VHDL or Verilog? Answer: VHDL is extremely high speep integrated chips hardware descripted language as well as verilog is use to verify logic.

  • Q : Illustrates XML is an important

    Illustrates XML is an important development.

  • Q : What is an Integer What is an Integer :

    What is an Integer: It is a negative or positive whole number. The primitive types are: short, byte, int and long are utilized to hold integer values in narrower or broader ranges.