using System;
using System.Collections.Generic;
using System.Linq;
...

C# Cached IEnumerable<T>

by Charles Strahan, July 06, 2009 15:15, 6 refactorings, tagged with speed, C#, IEnumerable

Hello,

I created a this ...

A1e6f320dcdb6a0afd7fd19a1e5f932e Talk
/// <summary>
/// Compares the content of two enumerables for equality. Order
/// of elements does NOT matter. Elements may exist multiple
...

C# IEnumerable<> compari...

by mafutrct, June 22, 2009 07:08, 8 refactorings, tagged with Comparison, IEnumerable, Dictionary

VS08 grants only a maintain...

A7c22254d91baa9ca18786a9d46549f0 Talk