Community

.NET Tip: Type Casting and Comparison Using ‘as’ and ‘is’

(Jay Miller) You are probably used to using C-style casts. Look at an example starting with C-style casts and see how using “as” and “is” can help your code. A common situation I run into is working with controls in an ASP.NET DataGrid.

Read More - Register for Free Membership