Blog - Title

September, 2005

  • Sharp Things

    Creating Custom Aggregate Functions in LINQ

    • 4 Comments
    Jomo Fisher —Adriane asks whether it’s possible to create your own aggregate function like Sum, Avg, Count, etc. For object queries, the answer is yes. First, let’s look at the actual implementation of Sum: public static int Sum( this IEnumerable...
  • Sharp Things

    Evolution of a C# Query—Step by step from C# 1.1 to LINQ

    • 8 Comments
    Jomo Fisher —The future of C# was recently unveiled at PDC. Object, XML and relational data will be integrated deeply into the language. This isn’t really a new direction for C#, it’s the next step down a path that C# has always been headed. To see this...
Page 1 of 1 (2 items)