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.

    67 people like this

    Posted: 14 years ago by Phillip Trelford

  • get the list of LAN Sql servers

    get the list of ethernet sql servers

    90 people like this

    Posted: 14 years ago by nCdy

  • Chain of responsibility

    The following sample wants to make sure the person’s age is between 18 and 65, weight is no more than 200 and tall enough (>120).

    83 people like this

    Posted: 14 years ago by Tao Liu

Snippets by tags

dsl (23) kata (17) fold (22) pattern matching (15) recursion (33) mailboxprocessor (27) lazy (20) computation expression (15) quotations (21) async (98) game (32) lists (15) algorithms (26) wpf (20) array (22) string (29) seq (54) staging (18) parsing (28) silverlight (22)

View all...

Database contains 3207 snippets out of which 1719 is public.