What\'s the difference between struct and class in .NET?
A short summary of each:
Classes Only:
Structs Only:
Both Classes and Structs: