Recent snippets

Popular snippets

  • ObservableObject

    The ObservableObject type implements the INotifyPropertyChanged interface used in WPF and Silverlight to notify on changes to properties that are bound to a control. Specify property names type safely using F# Quotations, i.e. <@ this.PropertyName @> when invoking the NotifyPropertyChanged method. If you are following the MVVM pattern then your View Model class can inherit from the ObservableObject type.

    69 people like this

    Posted: 15 years ago by Phillip Trelford

  • Strategy pattern

    Strategy pattern in F#

    83 people like this

    Posted: 14 years ago by Tao Liu

  • Hello world (F#)

    Classical "Hello world" example that prints a message to the console output. This version uses F# printfn function to do the printing.

    186 people like this

    Posted: 15 years ago by Tomas Petricek

Snippets by tags

math (35) async (98) computation builder (17) http (18) recursion (33) f# (43) web (29) lazy (20) silverlight (22) pattern matching (15) collections (16) html (16) algorithms (25) tryfsharp (48) array (22) mailboxprocessor (27) quotations (21) wpf (20) tutorial (17) generic programming (17)

View all...

Database contains 3208 snippets out of which 1719 is public.