Class vs. Struct performance in .NET
In addition to classes that represent reference types, there are also structs that represent value types.
But how do the two different structures behave in terms of performance and when can a class or a struct be used at all?
Read Blog Post
