Error!
Success!

By tag: As

showing:  of
0
kicks

Casts using “as” (Pitfalls and Best Practices to Prevent Them #5)  (Unpublished)

Well – “as” is faster to type than a “real” cast using two brackets and has the same result. Really?


Kicked By:
Drop Kicked By:
0
kicks

C# Type Conversion with the "As" Operator  (Unpublished)

Objects can be converted from one type to another, assuming that the types are compatible. Often this is achieved using implicit conversion or explicitly with the cast operator. An alternative to this is the use of the "as" operator.


Kicked By:
Drop Kicked By:
0
kicks

The surprising behavior of "as" in C#  (Unpublished)

Type casting and the "as" operator are not the same in C#. Not by a long shot.


Kicked By:
Drop Kicked By:
0
kicks

Semantical Difference Between "as" Operator And Casting  (Unpublished)

Bried article on how using "as" operator changes the semantical meaing of the code and what my be the outcome.


Kicked By:
Drop Kicked By: