Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Value Types in the CLR - Challenges and Benefits
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Outline
- 3 Terminology
- 4 Design Goals
- 5 Value Types
- 6 What are value types
- 7 Why do we support value types
- 8 Primitive types
- 9 GC heap allocation
- 10 Why use value types
- 11 What is a boxed value type
- 12 What is a managed pointer
- 13 Runtime challenges
- 14 Generics
- 15 Reified Generics
- 16 Type Classes
- 17 Specialization
- 18 Constraint
- 19 Challenges