List out the three main components of linq? Explain what is the extension of the file, when linq to sql is used?
Answer Posted / Rajneesh Singh
The three main components of LINQ are: 1) Query Operators (e.g., Select(), Where(), OrderBy()) - they provide a uniform syntax for querying various data sources. 2) Extension Methods - they allow developers to extend existing types with new functionality, simplifying working with different data structures. 3) Lambda Expressions - they provide an easy way to define anonymous functions that can be used within queries. When using LINQ to SQL, the file extension is .dbml or .csdl for the metadata and conceptual schema files, respectively.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category