Bite-Size .NET 6 - MaxBy() and MinBy() in LINQ
MaxBy() and MinBy() in .NET 6 make it easy to find an object in a collection using a value of said object.
MaxBy() and MinBy() in .NET 6 make it easy to find an object in a collection using a value of said object.
Yet another week of .NET drama, this time with Hot Reload. Plus C# compiler errors, creating a search engine, and Space Cadet Pinball.
Let's order some TV shows by their quality using the new PriorityQueue
Progress is slow, sometimes. Plus VS 2022 release date, new Blazor features, the 10x programmer myth, and readability.
Let's see how to use the new overloads for FirstOrDefault() et al to return custom values instead of type defaults!