0
kicks
Class vs Struct blog
Blog post describing some differences between a struct and a class in dot net and why you might want to use one over the other.
"Memory usage and leaks in a managed world often come from unexpected places. Allocating classes or structs is a confusing subject to newcomers to Dot Net."