Recent snippets

Popular snippets

  • WPF / SilverLight Converter II

    version 1 is http://fssnip.net/62. This new version support convert from any existing function to a converter function by using composition and pipeline. The convert function is to make the function signature agree to the IValueConverter interface. You can add new functions in the FunctionLibrary module and reuse the class definition to reduce the coding effort. The first sample is to show how to make the converter pipeline work, the second one is a debugger converter used to debug the data binding problem.

    91 people like this

    Posted: 14 years ago by Tao Liu

  • Largest Palindrome Number from Product of Two Three Digit Numbers

    Here is an improved version twice shorter, than original

    72 people like this

    Posted: 15 years ago by Nick Canzoneri

  • 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: 14 years ago by Tomas Petricek

Snippets by tags

wpf (20) design patterns (18) mailboxprocessor (27) agent (20) pattern matching (15) kata (17) quotations (21) array (22) lazy (20) recursion (33) reflection (19) tryfsharp (48) computation expression (15) math (35) async (98) generic programming (17) game (32) sequences (48) regex (17) collections (16)

View all...

Database contains 3208 snippets out of which 1719 is public.