Recent snippets

Popular snippets

  • Read only ref

    F# implementation of RO_ref from the "Effective ML" talk.

    93 people like this

    Posted: 15 years ago by fholm

  • 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

  • get the list of LAN Sql servers

    get the list of ethernet sql servers

    90 people like this

    Posted: 15 years ago by nCdy

Snippets by tags

f# (43) generic programming (17) pattern matching (15) recursion (33) computation expression (15) lazy (20) design patterns (18) collections (16) learning f# (16) staging (18) tutorial (17) game (32) array (22) wpf (20) tryfsharp (48) sequences (48) mailboxprocessor (27) regex (17) sequence (32) async (98)

View all...

Database contains 3208 snippets out of which 1719 is public.