All Series

C# Generics

C# Generics

2014 5 VIDEOS Jeremy Clark
Let the compiler work for you. Generics shift the burden of type-safety from the developer to the compiler. This 5-part series explores various features of C# Generics including using generic...

C# Generics

Lambdas & LINQ in C#

Lambdas & LINQ in C#

2015 5 VIDEOS Jeremy Clark
LINQ (Language Integrated Query) is a very powerful tool for processing data — including filtering, sorting, and various types of aggregation. Lambda Expressions play a key role in LINQ methods,...

Lambdas & LINQ in C#