PowerShell LINQ with Short Aliases 2019-07-15 17:04 UTC .NET C# LINQ PowerShell Most modern applications or code today deal with some kind of filtering or querying. In C# and .NET, we have Language Integrated Query (LINQ), which we also...
LINQ Distinct-Method using Lambda Expression 2018-08-21 05:33 UTC .NET .NET Core C# Entity Framework LINQ If you've ever wanted to filter a collection for a distinct result you probably know about the extension-method .Distinct in LINQ. It can be useful on simple...