Recent snippets

Popular snippets

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

    63 people like this

    Posted: 15 years ago by Ryan Riley

  • get the list of LAN Sql servers

    get the list of ethernet sql servers

    90 people like this

    Posted: 15 years ago by nCdy

  • Adapter pattern

    Invoke the methods from incompatible types

    111 people like this

    Posted: 14 years ago by Tao Liu

Snippets by tags

mailboxprocessor (27) kata (17) dsl (23) math (35) string (29) lazy (20) sequences (48) html (16) array (22) f# (43) tutorial (17) json (16) learning f# (16) async (98) regex (17) tryfsharp (48) collections (16) algorithms (25) lists (15) monad (24)

View all...

Database contains 3209 snippets out of which 1719 is public.