What F# language and syntax features are required to implement a fundamentally object-oriented WPF custom control?
Tag Archives: wpf
A WPF custom control in F#
Posted in .NET, F#, Software Development, WPF, Windows Also tagged .NET, F#, guidattribute fsharp 2 Comments
FormatException in WPF DataBinding
A FormatException is generated by the WPF DataBinding diagnostics if the original exception text contains curly brackets.
Posted in .NET, Uncategorized, Visual Studio, Windows Also tagged .NET, DataBinding, FormatException, visualstudio Leave a comment
Visualising Black-Scholes option pricing using F# and WPF
Using F# to create simple plots of Black-Scholes option prices and greeks using WPF.
