News

Under a new draft specification, C# and VB will be adding what they are calling a “record class”. This is essentially an immutable class defined solely by its constructor.
Examples from T-SQL include min, max, and sum. Both VB and C# have support for aggregates, but in very different ways. Both VB and C# support aggregates as extension methods.