Which of the following is true about LINQ query syntax?

  • It cannot be used with Entity Framework
  • It is only applicable to XML data
  • It is similar to SQL syntax
  • It is specific to relational databases
LINQ query syntax is similar to SQL syntax, allowing developers to express query operations directly in their .NET-based programming language, such as C# or VB.NET. This makes it easier for developers familiar with SQL to transition to LINQ and write queries in a familiar syntax.
Add your answer
Loading...

Leave a comment

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