Comment on G# – A modern .NET language with Go, Kotlin, and Swift ergonomicsparentComments−orphea1mo modern C#'s best features: does xUnit.NET work? Does immutable records work? Do collection expressions work? Does LINQ work? xUnit and LINQ are not C# features, why should they not work in another .NET language?−tcfhgj1moMicro$oft's wiki:Language-Integrated Query (LINQ) is the name for a set of technologies based on the integration of query capabilities directly into the C# language.−YoshiRulz1moGenerally when people say LINQ they're referring to the IEnumerable/IQueryable APIs in the BCL, not to C#'s little-used query syntax.
Comments
Micro$oft's wiki:
Generally when people say LINQ they're referring to the IEnumerable/IQueryable APIs in the BCL, not to C#'s little-used query syntax.