Visual WebGUI (The .NET answer to Google’s GWT)

November 17th, 2007 Arsen Posted in Patterns - .NET |

With Visual WebGUI you get an open source AJAX framework that extends WinForms over ASP.NET.

  • Works with ASP.NET 2.0 & 1.1
  • Full WinFomrs like design time support
  • Is an extension to ASP.NET
  • Fully compatible with Internet Explorer & Firefox.
  • Save up to 90% of the traffic.
  • Provides almost all of WinForms controls and can be extendable.
  • Does not require any usage of JavaScripts,HTML or any other web language (Full WinForms abstraction).
  • Automatic optimizations of incremental updating and server postbacks.
  • Automatic client side caching to reduce round trips.
  • Leverages a unique “drawing” mechanism to enable getting more out of the same browser (what you do no see does not exist).
  • Wait behaviors (for server loading times).
  • Offline support to enable deployment as a smart client.
  • Available as open source version.

Leave a Reply