Answer:
The three components of LINQ are
• Standard Query Operators
• Language Extensions
• LINQ Providers
The LINQ Providers are set of classes which take a LINQ query and it dynamically generates a method that executes its corresponding query against particular data source.
Asked In: Many Interviews |
Alert Moderator