zzarchive-FSharp.Desktop.UI
zzarchive-FSharp.Desktop.UI copied to clipboard
F# MVC framework for WPF.
Last commit in 2016. Please, archive the project
:wave: GitHub disabled TLS 1.0 and TLS 1.1 on February 22nd, which affected Paket's bootstrapper. It needs to be updated to 5.142 or later. You can read more about this...
I know this is an old library by now, but it still appeared high up on the search results, so here I am. I'm learning F# (so all of the...
This PR Addresses #26 change Rx-Main package to System.Reactive
Even though this is a WPF framework, we're fitting it for WinForms. I know there's a `[]` that `Binding.OfExpression` uses to do multi-way binding in the case of computed properties....
Hi, quick question, how would you handle collections ? Let's say, a list of ToDoItems. I can't find a nice solution. Thanks !
I am currently trying to create some projects using your MVC framework and it seems some of the code you are using in fsharp-wpf-mvc-series are now missing or have changed....
I read your fsharp-wpf-mvc-series and you actually have got Mvc.Compose methods in this library as well, and all works fine for composition, but what about interoperability? Maybe I am wrong...