By tag: Struct
0
kicks
Commonality - TypeConverter, Arrays and ASP.NET
This should've been simple, but it took me a far longer time than I expected to get working correctly. Getting the basic design time work done wasn't too much of a problem; since the property type was an array and not a custom collection, the default editors did the right thing and offered a good de...
0
kicks
Choosing Between Classes and Structs
A little dry, but gets the basic concept about when to choose a structure over a class, and vice versa.