0
kicks
CTS: Reference vs Value Types in .NET
This is a quick introduction/review on reference and value types in .NET. It covers common examples of each as well as memory allocation, parameter passing, nullability, boxing/unboxing, and inheritance. The post contains lots of links for learning more.