writes about F#, WPF, async, and the like.
How does one expose an F# record in a WPF view model? My F# code uses immutable records. But, I need to bind those records to a WPF user interface in a view model. What is the right way to do that?
Read more...I was recently debugging a ClickOnce deployment. I needed a way to quickly add and remove the *.deploy
extension from all the files in a deployment folder. Well, not all the files. The *.manifest
file is treated differently.