I’m looking at tooling for an upcoming project which will involve a lot of background processing, fronted by a web-based case manager. I’m leaning toward F# as an implementation language and trying to assess whether it makes sense to write some of the system in C# for state and mutability at the front end, or whether to attempt to use F# further up the stack. Does anyone have experience with Wisej and F# that they’d like to share?
Hi John
Thanks for your question
Wisej works exactly the same with F# except that you cannot use the designer because it only generates C# or VB.NET files.
But in F# you can as easily write code that builds forms, adds controls, etc.
Regards
Please login first to submit.