Completed
Exceptions
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Functional Techniques for C#
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Abstract
- 3 Functional Ideas
- 4 Immutability
- 5 Tailcall Recursion
- 6 HigherOrder Functions
- 7 Writing Your Own Approach
- 8 referential transparency
- 9 purity
- 10 no surprises
- 11 control flow
- 12 Exceptions
- 13 Slides
- 14 Delegates
- 15 lambda
- 16 data
- 17 class tracker
- 18 insideout refactoring
- 19 using statement
- 20 conditional logging
- 21 Course Repository
- 22 Nested Classes
- 23 Conclusion