Click here to Skip to main content
16,004,924 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Error reading key file DSO.snk - the system cannot find the file specified Pin
indian14310-Jan-07 0:33
indian14310-Jan-07 0:33 
QuestionConnecting with a Axis Server Pin
Talal Sultan9-Jan-07 23:08
Talal Sultan9-Jan-07 23:08 
QuestionClickonce deployment Pin
Sarah Jane Snow9-Jan-07 21:09
Sarah Jane Snow9-Jan-07 21:09 
QuestionPopup Panel on custom control does not appear - any ideas? Pin
nzmike9-Jan-07 16:57
nzmike9-Jan-07 16:57 
AnswerRe: Popup Panel on custom control does not appear - any ideas? Pin
Luc Pattyn9-Jan-07 22:19
sitebuilderLuc Pattyn9-Jan-07 22:19 
QuestionDropdownlist in Datagrid (Advanced) Pin
pflick9-Jan-07 12:33
pflick9-Jan-07 12:33 
AnswerRe: Dropdownlist in Datagrid (Advanced) Pin
nagendra rao s.v.9-Jan-07 18:03
nagendra rao s.v.9-Jan-07 18:03 
GeneralThe .NET answer to Google's GWT - Open source AJAX framework extending WinForms over ASP.NET Pin
dudegizmox9-Jan-07 9:26
dudegizmox9-Jan-07 9:26 

For those of you how did not yet been introduced, Visual WebGui (VWG - The .NET answer to Google's GWT) is an open source AJAX framework with a growing community that extends ASP.NET with the WinForms programming model. VWG provides an alternative to ASP.NET's page model in the form of WinForms forms and form events. Since VWG, like most .NET AJAX frameworks, is implemented using an IHttpHandler, it can still interact with ASP.NET pages enabling usage of VWG within an existing ASP.NET site.


The following tutorials show the concept in action (the videos are flash based):


How to create a new Visual WebGui application?  
How to create a Visual WebGui library?How to create a dialog?  
How to work with user controls?  
How to create a logon form?  
How to create a context menu?  
How to populate a listview control?  
How to populate a treeview control?  
How to use the propertygrid control?  
How to use splitters?  
How to use anchoring?  
How to return parameters from dialogs?  
How to create themes?  


VWG features:




  • AJAX application development using WinForms development patterns and practices with no prior AJAX (or web development) skills.


  • WinForms controls (most of .NET 2.0 controls) implemented for VWG.


  • Ability to create custom controls (including full inheritance).


  • Ability to interoperate with existing ASP.NET controls and pages.


  • Ability to customize control behavior and appearance.
    .NET 1.x/2.0 support.

VWG unlike GWT:




  • Does not generate JavaScript code – debugging is done within the server-based .NET code that executes in runtime.


  • Does not run application logic on the client – all processing is done on the server.


  • Does not expose unnecessary services to the client – server sends UI updates / client sends user event queues.


  • Results in a thin client rather than a fat client.


  • Is based on a familiar WinForms object model.


  • Is provided with full WinForms like design time capabilities.

VWG links:

VWG homepage – http://www.visualwebgui.com
VWG sample application – http://samples.visualwebgui.com/mainform.wgx
VWG download page - http://www.visualwebgui.com/tabid/110/Default.aspx

A new version is coming real soon with lost of extensibility features that will make it very easy to build custom controls and momo support.

Thanks,
Guy Peled


GeneralRe: The .NET answer to Google's GWT - Open source AJAX framework extending WinForms over ASP.NET Pin
Pete O'Hanlon9-Jan-07 9:49
mvePete O'Hanlon9-Jan-07 9:49 
GeneralRe: The .NET answer to Google's GWT - Open source AJAX framework extending WinForms over ASP.NET Pin
Luc Pattyn9-Jan-07 10:55
sitebuilderLuc Pattyn9-Jan-07 10:55 
GeneralRe: The .NET answer to Google's GWT - Open source AJAX framework extending WinForms over ASP.NET Pin
Pete O'Hanlon9-Jan-07 23:55
mvePete O'Hanlon9-Jan-07 23:55 
QuestionService Command Line Arguments Pin
Tim Carmichael9-Jan-07 9:25
Tim Carmichael9-Jan-07 9:25 
AnswerRe: Service Command Line Arguments Pin
led mike9-Jan-07 9:38
led mike9-Jan-07 9:38 
GeneralRe: Service Command Line Arguments Pin
Tim Carmichael9-Jan-07 9:44
Tim Carmichael9-Jan-07 9:44 
GeneralRe: Service Command Line Arguments Pin
led mike9-Jan-07 9:47
led mike9-Jan-07 9:47 
GeneralRe: Service Command Line Arguments Pin
Tim Carmichael9-Jan-07 9:49
Tim Carmichael9-Jan-07 9:49 
GeneralRe: Service Command Line Arguments Pin
led mike9-Jan-07 11:32
led mike9-Jan-07 11:32 
QuestionPopulating at design time using 'GetStandardValues' Pin
stovesy9-Jan-07 5:34
stovesy9-Jan-07 5:34 
Question.NET code execution... Pin
RajeshGuptha9-Jan-07 2:33
RajeshGuptha9-Jan-07 2:33 
AnswerRe: .NET code execution... Pin
led mike9-Jan-07 4:54
led mike9-Jan-07 4:54 
GeneralRe: .NET code execution... Pin
RajeshGuptha9-Jan-07 5:48
RajeshGuptha9-Jan-07 5:48 
GeneralRe: .NET code execution... Pin
led mike9-Jan-07 6:03
led mike9-Jan-07 6:03 
GeneralRe: .NET code execution... Pin
RajeshGuptha9-Jan-07 18:36
RajeshGuptha9-Jan-07 18:36 
AnswerRe: .NET code execution... Pin
Luc Pattyn9-Jan-07 5:00
sitebuilderLuc Pattyn9-Jan-07 5:00 
QuestionRe: .NET code execution... Pin
RajeshGuptha9-Jan-07 5:46
RajeshGuptha9-Jan-07 5:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.