Parker's DevEd Blog

Musings on all software development technologies, and education involving computer science and fraud investigation

Browse by Tags

All Tags » as (RSS)
C#: is vs. as
I have seen a lot of code lately using "is" instead of "as". I just want to get the word out there that it is much better to use "as" as it is more efficient. For example, here's a sample code post using "is"...
Posted: Oct 08 2007, 04:40 PM by Parker.Hillius | with no comments
Filed under: , ,