Recent snippets

Popular snippets

  • Factory Pattern

    Factory pattern in F#

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

    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

Snippets by tags

sequences (48) async (98) tutorial (17) staging (18) parsing (28) list (56) dsl (23) computation builder (17) recursion (33) game (32) mailboxprocessor (27) learning f# (16) array (22) kata (17) json (16) reflection (19) sequence (32) math (35) quotations (21) seq (54)

View all...

Database contains 3208 snippets out of which 1719 is public.