InterviewSolution
| 1. |
What Is Language Integrated Query (linq)? |
|
Answer» LINQ is a programming model that is the COMPOSITION of general-purpose standard query OPERATORS that allow you to work with data, regardless of the data SOURCE in any .NET based programming LANGUAGE. It is the NAME given to a set of technologies based on the integration of query capabilities into any .NET language. LINQ is a programming model that is the composition of general-purpose standard query operators that allow you to work with data, regardless of the data source in any .NET based programming language. It is the name given to a set of technologies based on the integration of query capabilities into any .NET language. |
|