LINQ is invented from NET framework 3.5 and it is an great library which help developer reduces the amount of code to do short query syntax. By using query syntax, you can perform filtering, ordering, and grouping operations on data sources with a minimum of code. You use the same basic query expression patterns to query and transform data in SQL databases, ADO .NET Datasets, XML documents and streams, and .NET collections.
Typescript also have the same feature with LINQ but it is different about syntax
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)