C# Tips - Type Conversion with "as" and "is"
I had used C# for at least a year before I found out a couple of nice shorthand ways to convert types. These are the is and as expressions, and using them can help make your code more readable.
Read more →