New LINQ methods in .NET 6 (#224)

preview_player
Показать описание
.NET 6 introduce some helpful new LINQ extension methods (Chunk, MaxBy and MinBy).

Рекомендации по теме
Комментарии
Автор

Great demo! Another thing that is new is that the query methods First etc. now contain overloads that let you specify a default value for when a sequence is empty.

marna_li
Автор

Are the members of the chunks picked by random?

CoderboyPB