Completed
Nullable String
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Nullable Reference Types in C# 8
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Person Type
- 3 Null Exception
- 4 Warnings
- 5 Middle
- 6 Big Takeaways
- 7 Nullable Local Variable
- 8 Nullable Array
- 9 Nullable Strings
- 10 Nullable Variables
- 11 Null is Efficient
- 12 Nullable Reference Types
- 13 Null Reference Exception
- 14 Unguarded Mutation
- 15 Precondition
- 16 Test
- 17 Damnit Operator
- 18 Null Exceptions
- 19 Copypaste
- 20 Throw
- 21 Null forgiving operators
- 22 String is null
- 23 Nullable String
- 24 TryGateValue
- 25 DefaultValue
- 26 Not Null
- 27 Could the CLR have changed
- 28 Warnings as errors
- 29 Responsible attitude to take
- 30 Not nullable
- 31 Not nullable ref
- 32 Annotations