Recent snippets

Popular snippets

  • 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.

    74 people like this

    Posted: 15 years ago by Tomas Petricek

  • Load XAML

    This example shows how to load a Xaml file allowing to use WPF from F#. It also shows how to access WPF objects and register event handlers.

    109 people like this

    Posted: 15 years ago by Antonio Cisternino

  • 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

Snippets by tags

quotations (21) monad (24) kata (17) async (98) silverlight (22) computation expression (15) string (29) json (16) sequence (32) math (35) fold (22) recursion (33) f# (43) regex (17) http (18) algorithms (25) agent (20) design patterns (18) array (22) tryfsharp (48)

View all...

Database contains 3209 snippets out of which 1719 is public.