List the important language extensions made in c# to make linq a reality?
Answer Posted / Janak Kumar
"The main language extensions made in C# to support LINQ are: 1. Extension Methods: These allow developers to add new methods to existing types without inheriting from those types. 2. Anonymous Types: These are used when declaring a new type for temporary use within a single method or expression. 3. Lambda Expressions: These are used to create small, anonymous functions that can be passed around and executed on demand."n
| 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