What is LINQ in dotNet? DotNet Interview Question 45 of 100:

Опубликовано: 11 Октябрь 2024
на канале: Tech Interview Questions
109
8

DotNet Interview Question 45 of 100:
What is LINQ in dotNet?

Answer: LINQ (Language Integrated Query) is a feature of dotNet that allows querying of data from different data sources (like SQL databases, XML documents, etc.) in a uniform way, directly from the programming language.