Computer Science, asked by vive9475, 11 months ago

How to use LINQ in C#?

Answers

Answered by rushidk17
0

LINQ Stands for Language Integrated Query, so named since it is part of the programming language like C#. It is used to provide consistent access to various data sources like databases and XML. Before LINQ we used various languages and technologies to access different data sources.

Similar questions