I'm confused which type I use to create model in project, Struct or Class? There're about ten struct and some collections. I'm a newbie.
Asked
Active
Viewed 819 times
3 Answers
2
You should never create a mutable struct.
View models should always be classes.
-
Models is always classes, too? – SubmarineX Aug 05 '13 at 01:41
1
As a newbie, don't use structs. There are subtleties to the way they work that will mess you up.

spender
- 117,338
- 33
- 229
- 351