Search Results

2
votes
1answer
86 views

Implementation options of summing, averaging, concatenating, etc items in an IEnumerable

I'm looking for the shortest code to create methods to perform common operations on items in an IEnumerable. For example: public interface IPupil { string Name { get; se …
1
vote

Migrating from .NET 1.1 to .NET 3.5

Edit and continue? Also generics and nullable types makes life a little easier! …