By tag: Casting
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 surprising behavior of "as" in C#
Type casting and the "as" operator are not the same in C#.
Not by a long shot.
0
kicks
Semantical Difference Between "as" Operator And Casting
Bried article on how using "as" operator changes the semantical meaing of the code and what my be the outcome.