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

  • Struct Tuple

    Two/Three/Four-element generic tuples implemented as a value types for writing more efficient F# code.

    77 people like this

    Posted: 15 years ago by fholm

  • Exploring Population Data

    Learn Key Principle of F# in just a few minutes with the following Sample of "World Bank Type Provider - Exploring Population Data"

    383 people like this

    Posted: 12 years ago by Muhammad Mugees Asif

Snippets by tags

kata (17) lists (15) learning f# (16) f# (43) tryfsharp (48) generic programming (17) wpf (20) silverlight (22) recursion (33) parsing (28) dsl (23) list (56) lazy (20) math (35) monad (24) algorithms (25) sequences (48) seq (54) html (16) sequence (32)

View all...

Database contains 3208 snippets out of which 1719 is public.