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

  • Units of Measure

    Show's how to define units of measure to add stronger typing to your numerical functions.

    75 people like this

    Posted: 15 years ago by Robert Pickering

  • Command pattern for Redo-Undo II

    This command redo-undo implement group the command under Do/Undo category.

    71 people like this

    Posted: 14 years ago by Tao Liu

Snippets by tags

dsl (23) async (98) json (16) kata (17) computation expression (15) game (32) quotations (21) tryfsharp (48) parsing (28) pattern matching (15) sequence (32) math (35) seq (54) tutorial (17) fold (22) web (29) string (29) lazy (20) computation builder (17) silverlight (22)

View all...

Database contains 3208 snippets out of which 1719 is public.