Recent snippets

Popular snippets

  • Chain of responsibility II

    Unlike the previous chain of responsibility, this version use the pipeline to chain responsibilities.

    104 people like this

    Posted: 14 years ago by Tao Liu

  • Composable WCF Web API using Async

    A functional wrapper around the new WCF Web APIs (http://wcf.codeplex.com/). Composition is achieved through the use of the HttpRequestMessage -> Async signature. Pushing the app calls in the MessageHandler intercepts all requests and allows you to take control at the earliest point possible before operation selection occurs. Extending this slightly to call the innerChannel's SendAsync would allow you to create a middleware layer that would work both with this and other, normal Web API services.

    57 people like this

    Posted: 14 years ago by Ryan Riley

  • 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: 14 years ago by Antonio Cisternino

Snippets by tags

staging (18) fold (22) computation builder (17) lazy (20) quotations (21) string (29) recursion (33) tryfsharp (48) learning f# (16) http (18) regex (17) tutorial (17) seq (54) mailboxprocessor (27) parsing (28) generic programming (17) html (16) design patterns (18) pattern matching (15) algorithms (26)

View all...

Database contains 3206 snippets out of which 1719 is public.