LINQ Internals

LINQ (Language-Integrated Query) was introduced in C# language with .Net Framework version 3.5. The main distinction that LINQ brings to the table, is the ability to write queries with type check. In traditional query language, the query construct is sting based. And these languages do not support type check or IntelliSense. Above all, there are … Read more