Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Kotlin for C# Developers
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Who is Alex Dunn - Online
- 3 Preface
- 4 Primary Goals
- 5 Constructor Overrides
- 6 Kotlin Only-val and var
- 7 Getters and Setters
- 8 Methods / Functions
- 9 Null Coalescing and Propagation
- 10 C# Core / Primary Platforms
- 11 Kotlin Core / Primary Platforms
- 12 Interfaces
- 13 Abstract Classes
- 14 Static Objects
- 15 Static Members
- 16 Kotlin Only - Companion Extensions
- 17 Dynamic Types
- 18 Type Inference
- 19 Generics
- 20 Tuples
- 21 Asynchronous Code Execution
- 22 Kotlin Coroutines
- 23 Nullable Reference Types
- 24 Ranges
- 25 Default Interface Implementations
- 26 Asynchronous Streams
- 27 Surface Scratched-ish
- 28 Resources