New features of ASP.NET AJAX 4.0

Explain the new features of the ASP.NET AJAX 4.0?

E

Expert

Verified

The new features of the ASP.NET AJAX 4.0 which provide more functionality to the user are as follows:

It supports the observer pattern on the JavaScript objects and arrays.

It support client-side template rendering.

It supports declarative instantiation of the client components.

It supports to invoke ADO.NET data services and the data contexts.

It supports DataView control.

It support live data binding.

   Related Questions in Programming Languages

  • Q : Explain script recorded over tested web

    Why is the script recorded over the tested web pages not playback correctly?

  • Q : Properties exposed through ActiveX

    Write down the properties exposed through ActiveX controls?

  • Q : What is Transmission Control Protocol

    Transmission Control Protocol: It is the Transmission Control Protocol (abbreviated as TCP) is a set of rules which permit reliable communication among two processes across a network.

  • Q : Explain the term XForms Explain the

    Explain the term XForms.

  • Q : Examples in Threading in Java I need

    I need urgent help in Examples of Threading in Java

  • Q : Calculate the summation of 1 to some

    Write two programs to calculate the summation of 1 to some integer n using a function called int summation(int n) a) Using a non recursive solution, with a for(i=1, i<=n; i++) loop and b) using a recursive solution, based on the following conditions summation(n) = summation(n-1

  • Q : Define Double buffering Double

    Double buffering: A graphics method employed to smooth animation. The later version of an image is drawn `at the back the scenes' and then exhibited in its totality whenever the drawing is finished. The supposition is that it will be relatively fast t

  • Q : Protocol stack of XML Web Services

    Explain the protocol stack of XML Web Services.

  • Q : Explain Call-by-value Call-by-value:

    Call-by-value: The semantics of passing an argument to a method in which a copy of actual argument value is taken and positioned in a separate memory location, symbolized by the corresponding formal argument. As an outcome, assignment to the formal ar

  • Q : Define Out of scope Out of scope : It

    Out of scope: It is a variable is in scope as long as the program's flow of control is in the variable's defining block. Or else, this is out of scope.

©TutorsGlobe All rights reserved 2022-2023.