New features in Microsoft AJAX library
List the new features that are included in Microsoft AJAX library?
Expert
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.
What is Member: Members of a class are methods, fields and nested classes.
Explain the reasons that Java is pure object oriented programming language.
Concurrency: This is a feature of parallel programming. The parts of a program whose executions overlap in time are stated to execute concurrently. Java's thread characteristic support concurrency.
Define the term RGB Color Model: It is a color model based on representing a color as three components: green, red, and blue.
Explain the term soft real-time.
Define the term Mutual recursion: Recursion which outcomes from two methods calling one other recursively.
Throw statement: It is a statement employed to throw an exception. For example: throw new IndexOutOfBoundsException(i+" is too large.");
List the types of validation controls that are available in the ASP.NET AJAX 4.0?
Specify the usage of the “grep” command?
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
18,76,764
1932222 Asked
3,689
Active Tutors
1456410
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!