SRT Solutions

Blogs

Browse by Tags

  • Spice Up Your C# Code With Currying

    Just because C# doesn't have language support for currying , doesn't mean you can't spice up your code by implementing currying methods yourself. Even better news is that, it's very easy to do. Let's look at the following code, to see how it's done: public static Func<T2, TR>...
    Posted to //TODO (Weblog) by cmarinos on Fri, Jul 11 2008

In our last colurm, we wrote about how technical mentors can benefit companies ( Ann Arbor Business Review, May 22, 2008 ). In this installment, we're...