Recent snippets

Popular snippets

  • get the list of LAN Sql servers

    get the list of ethernet sql servers

    90 people like this

    Posted: 14 years ago by nCdy

  • Dynamic operator using Reflection

    Demonstrates how to implement the dynamic operator (?) using .NET Reflection. The implementation supports calling constructors, propreties and methods using simple overload resolution (based on parameter count). It handles instance as well as static members.

    73 people like this

    Posted: 14 years ago by Tomas Petricek

  • 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

Snippets by tags

collections (16) lazy (20) wpf (20) agent (20) string (29) mailboxprocessor (27) web (29) reflection (19) computation expression (15) seq (54) parsing (28) lists (15) pattern matching (15) generic programming (17) html (16) learning f# (16) sequences (48) silverlight (22) kata (17) computation builder (17)

View all...

Database contains 3208 snippets out of which 1719 is public.