Embedded web server and gui framework for .NET applications
Posted
by Toad
on Stack Overflow
See other posts from Stack Overflow
or by Toad
Published on 2009-05-19T18:29:54Z
Indexed on
2010/06/14
14:12 UTC
Read the original article
Hit count: 321
Hi,
I'm looking for a framework which allows me to manage my application through a webbased GUI (using an embedded webserver) instead of winforms.
Something like this: http://www.webtoolkit.eu/wt but then for .NET
In my code I should be able to instantiate classes (like buttons, forms etc), and when a user browses to a given port, the app should render it as javascript/ajax etc etc. preferably, when buttons are pushed, a notification in my code should be called.
this is a less specific question than another one I posted about extjs. I hope this will attract more viewers since it is more generic
Thanks.
Update:
cassini like solutions don't fit the bill. Since the webbrowser is embedded in my application, there is no need for ASP.NET server side scripts. I would rather have the framework, call functions inside my application when things happen on the page. onButtonClicked() for instance.
© Stack Overflow or respective owner