What does LINQ stand for in C#?
- Language Integrated Query
- Link Integrated Query
- List Integrated Query
- Logical Integrated Query
LINQ stands for "Language Integrated Query". It allows developers to query various data sources using a syntax similar to SQL.
Loading...
Related Quiz
- In ASP.NET, the ___________ event of a DropDownList control is commonly used for postback and data binding.
- In Entity Framework, what is a DbContext?
- When optimizing LINQ queries for performance, which of the following should you consider?
- Which ADO.NET class is commonly used to execute non-query commands?
- Code-First development allows you to define the data model using _________ classes.