Blog Logo
TAGS

Deep .NET: Deep Dive on LINQ with Stephen Toub and Scott Hanselman

Duration :

Lets start to explore one of .NETs favorite features, LINQ (Language Integrated Query). LINQ easily enables developers to write query expressions with a declarative query syntax that allow them to perform filtering, ordering, grouping, and so much more with minimal code. Scott and Stephen are back