stonehengeAn open source .NET Framework to use Web UI technologies for desktop and/or web applications. Due to Microsofts unclear future of WPF and the lack of WPF support with Mono on other platforms there was the idea to use HTML5/CSS for use with desktop applications. How It Works If your .NET WPF Application ist already using the MVVM pattern just throw away the XAML views and replace them by HTML views. The .NET framework part parsing XAML, do data binding is replaced by a proxy and stub transferring data and knockout for binding. |