Non-invasive AJAX for all

Home

Example Pages
Usage
FAQ
Compatibility
AJAX vs. ComfortASP
History
Download
Contact / Impressum




    


ComfortASP.NET traffic:

really transfererred
saved by compression
saved by ComfortASP

 


  

 

Welcome to ComfortASP.NET -  Release V0.70 is available now!

Please subscribe to my Blog to be informed about new updates!
Please visit this Forum for questions and answers to ComfortASP.NET .

     


ComfortASP.NET is an AJAX like framework for ASP.NET that doesn't actually require you to learn any AJAX programming. It provides the following features:

  • Automatically hides ASP.NET postbacks and transfers only changes
    this leads to:
    -
    Significant faster response for low bandwidth connections
    - Reduce HTML traffic (up to 90%, depending on new postback data)
  • Partitial and timer based updates with hidden postbacks
  • Reduce page reloads and use hidden postbacks instead
  • AJAX / DHTML-like client experience (but without programming any AJAX / DHTML directly)
  • Keep browser history free of postback entries
    ("Back Button" no more irritates your users)
  • Auto disable form and prevent user input while postback or multiple form postbacks
  • Control web client scroll position and focus from server side code
  • Compression of postback data
  • ...



The main goal while developing ComfortASP.NET was to provide features to ASP.NET that usually can only be done by using DHTML, JScript or JavaScript and Client Callbacks (or AJAX.Net, Remote Scripting, JSRS and so on) but without forcing the developer to deal with these technologies directly!



Here is a comparison between ComfortASP.NET and classic ASP.NET:

   Classic ASP.NET

 

 

   ComfortASP.NET

 


What is so special about ComfortASP.NET in contrast to other technologies?

  • You can continue implementing your ASP.NET application server-side (only!)
  • You can use ComfortASP.NET with your existing ASP.NET application and enhance it with very little effort
  • You can switch back at all times to original ASP.NET when you need it – even dynamically at runtime
  • You do not need to know anything about JavaScript, DHTML and AJAX;
    just implement your ASP.NET application in a pure .NET languages as Microsoft intended it

 

         


© 2007 Daniel Zeiß