What does LINQ stand for in the context of ADO.NET Entity Framework?

  • Language-Integrated Query
  • Lightweight Integration Query
  • Linked-Index Query
  • Localized-Integration Query
Language-Integrated Query (LINQ) is a set of features introduced in .NET Framework that allows for querying data from different data sources using a unified syntax. In the context of ADO.NET Entity Framework, LINQ provides a way to query entities using familiar C# or VB.NET syntax, making it easier to work with database data in an object-oriented manner.
Add your answer
Loading...

Leave a comment

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