Completed
Intermediate Overview
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
C# Intermediate Tutorial Course
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Intermediate Intro
- 3 Intermediate Overview
- 4 Visual Studio Shortcuts
- 5 Refactoring
- 6 Enums
- 7 Properties
- 8 Multi-Dimensional Arrays
- 9 Nested Loops
- 10 Recursion
- 11 Dictionary
- 12 Other Collections
- 13 Params
- 14 Optional Parameters
- 15 Value Types vs Reference Types
- 16 Struct
- 17 Class Intermediate
- 18 Interfaces
- 19 is as casting
- 20 Switch Pattern Matching
- 21 Delegates
- 22 Local Functions vs Lambda
- 23 Events
- 24 Generics
- 25 Constants Readonly
- 26 Try Catch Exceptions
- 27 IEnumerable
- 28 Namespaces
- 29 Singleton Pattern
- 30 Design Patterns
- 31 Intermediate Project
- 32 Outro