AjaxAspects
Posted on: April 18, 2011 at 12:00 AM
This page discusses - AjaxAspects

AjaxAspects

     

This implementation has its focus on building an AJAX Engine and Web Controls upon standard WebServices (SOAP, WSDL) on the web server instead of using a new or proprietary protocol. The benefit for that is that there is no special coding necessary for most parts of the networking infrastructure and that many aspects like caching and security of the WebService implementation can be reused.

Features

  • Use AJAX with Web Services.
  • Built upon JavaScript client proxy methods for standard web services. (Just call a regular JavaScript method to call a method on the server).
  • Standard SOAP and WSDL is reused for the communication between client and server.
  • No need for special implementations in WebServices.
  • Multiple types, Arrays and XML objects are supported as parameters and return values.
  • Caching on the client and server.
  • Queuing actions.
  • Delaying actions.
  • Many AJAX Controls available that integrate in standard ASP.NET Web Forms.
  • Supporting ASP.NET 2.0.
  • Full source code available.

Read full Description

Related Tags for AjaxAspects:


More Tutorials from this section

Ask Questions?    Discuss: AjaxAspects  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.