Visual WebGui is going open source enabling developers to contribute to the Visual WebGui platform, extend it or create a completely different SDK more suited to there needs. Opening the SDK also can help developers gain a better understanding of the inner working of the Visual WebGui platform, enabling them to create better apps. The source forge project can be found here (http://sourceforge.net/pro... ......
I have just published an article on code project
here that shows a basic
Visual WebGui development sample.
Visual WebGui is not just another AJAX framework but rather a different approach to web application development, specially designed to simplify building highly complex applications like Outlook Web Access (OWA). Visual WebGui makes it possible for developers to create applications that were previously developed only by the "big guys". While web development environments such as ASP.NET and JSP have made huge strides in creating a rich environment for developing web applications, they have always targeted ......
As the developer of Visual WebGui it is obvious that I don't like the way ASP.NET is taking us and as I have been faced with the shallow saying WebGui can be replaced by Atlas I would like to point out why I think Microsoft Atlas is good for enhancing existing ASP.NET applications but is by no means a way of developing new web applications. I was trying to create my ClassBrowser demo in Microsoft Atlas to compare those technologies and after five hours of hard work I still was searching how to do ......
Here is a nice site showing the most common design patterns.
Visual WebGui basically leverages the WinForms object module to give you a new development experience developing rich internet applications like outlook web access. This object module by say covers 90% of what you need in order to create a outlook web access application. So how do we bridge the WinForms object module and web development ? through the concept of Gatways. Every WebGui component can declare it self as a WebGui gateway using the IGatewayControl interface, this allow controls to declare ......
Well first of all for those of you who do not know what is Visual WebGui (shame on you)... Visual WebGui is a platform that exposes an SDK with the same API as WinForms and the design time capabilities only runtime product runs as a .NET web site through a unique communication layer and presentation layer. WebGui lets you develop outlook web access like applications with out any know how of web development. If you are a WinForms developer or a VB6 developer you should be able to start developing ......
I am currently working on a MMC like application (over WebGui which is kind of WinForms for web) that is going to be a DNN admin. I am using the observer design pattern through an object wrapper called ItemData which is pretty much a wrapper objects that has events on changes made to the wrapped object.I have also created a ItemsData class that is a wrapper for a collection of ItemData that has also events on changes made to the wrapped collection. This is way when you have a form that changes a ......
I have seen lots of .NET architect speak highly about NHibernate which I agree that is a great framework but I think that as it was ported from java they did not take the .NET advantages in consideration. I have tried for a while to use gentle.net framework which I found to be more of what I expected from a .NET framework as it uses attributes as it's mapping mechanism and by that you get in my opinion a better experience as a programmer. “Gentle.NET is a CLS-compliant, database independent ......