Jump to content
Xtreme .Net Talk

Is F#/WPF still being actively used?


Recommended Posts

Guest PeterWilson262
Posted

I have just finished a WPF/C# based time recording system. We were plagued by null pointer exceptions and other problems which could have been designed out using F# data modeling. I would really like to do our next project using F#, but I have misgivings that the F#/WPF combination is dead.

 

1. The FsXaml type provider project seems to be the most mature, but the last commit was 3 years ago. Other support libraries have never left the "Here's a nice idea stage" e.g. FSharp.Desktop.UI

 

2. Many F#/WPF blogs have started a series of posts with promises of more to follow - which never materialized. e.g. F# and WPF part two - functional models, decoupled views.. Why the sudden lack of interest?

 

3. There seems to be a lack of any blogs showing recent experience.

 

4. Given that F# data preferably uses immutable data there should be lots of examples of using FSharpx.Collections etc. to achieve efficient implementation.

 

For example a weekly schedule may have 100 people for 7 days with 3 or 4 segments and punches per day. You can not copy thousands of entities just to update the value of a single property of single segment.

 

Can anyone point me to more recent examples with fully worked examples which are more than just the usual note taking app?

 

Continue reading...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...