By tag: pitfalls
0
kicks
Casts using “as” (Pitfalls and Best Practices to Prevent Them #5)
Well – “as” is faster to type than a “real” cast using two brackets and has the same result. Really?
0
kicks
The problem(s) with value types
Value types can sometimes cause unexpected behavior. This post explains one of the pitfalls you can encounter when using arrays and lists of value types.