Value types
Value types
Write High Performance C# Code
A crash course in Intermediate Language
A crash course in Intermediate Language
Basic optimizations: the low-hanging fruit
Basic optimizations: the low-hanging fruit
Final words
Final words
A popular question that often comes up in job interviews is: "what is the difference between a value type and a reference type?"
This lecture looks at value types in detail. What are value types, how do they store their data, and what happens when value types are assigned or compared? After completing this lecture you will be able to answer all of these questions with ease.