What does LINQ stand for in the context of C# and .NET?

  • Language-Integrated Query
  • Lightweight Integration Query
  • Linear Interpolated Query
  • Linking Interactive Query
LINQ stands for Language-Integrated Query. It provides a set of features that allow for querying data directly from C# or VB.NET code, making it easier to interact with various data sources such as databases, XML, and collections.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *