C# Collections, Lambdas, and LINQ

C# Collections, Lambdas, and LINQ

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 2h 03m | 958 MB

Looking to have objects contain other objects? Looking to call code on demand? Want to query your collections like you would query a database? This course will cover all that, and build on what you learned in Beginning C# and Intermediate C#.

Table of Contents

1 Promo
2  Introduction
3  Lists
4  Object and Collection Initialization
5  Challenge – Writing a List
6  Dictionaries
7  Challenge – Write Your Own Dictionary
8  Other Collection Types
9  Coding to an Interface
10  Generic Classes
11  Generic Methods
12  Conclusion
13  Introduction
14  Delegates
15  Challenge – Creating a Delegate
16  Anonymous Delegates
17  Func and Action
18  Events
19  Lambda
20  Challenge – Write Your Own Lambda
21  Conclusion
22  Introduction
23  Query Syntax vs. Method Syntax
24  Query Syntax
25  Challenge – Query Syntax
26  Method Syntax
27  Challenge – Method Syntax
28  Deferred Execution
29  What Wasn’t Covered
30  Conclusion