Focusing on data manipulation operations, this course teaches how to perform data projection, filtering, and aggregation using C# without needing advanced external libraries. You will learn how to use both procedural and functional programming techniques when applying filtering and aggregation on the data stream.
Overview
Syllabus
- Lesson 1: Understanding Data Streams in C#
- Lesson 2: Diving Into Filtering Data Streams in C#
- Lesson 3: Introduction to Data Projection Techniques in C#
- Lesson 4: Introduction to Data Aggregation Methods in C#
- Lesson 5: Practical Data Manipulation Techniques in C#