Language Integrated Query (LINQ) Question:
Download Questions PDF

List the important language extensions made in C# to make LINQ a reality?

Answer:

1. Implicitly Typed Variables
2. Anonymous Types
3. Object Initializers
4. Lambda Expressions

Download LINQ Interview Questions And Answers PDF

Previous QuestionNext Question
How are Standard Query Operators useful in LINQ?What is the purpose of LINQ Providers in LINQ?