i have very basic doubt - from performance point of view "is" cast or "as" cast is better to use. Though "as" does not throw exception but it does boxing and hence performance gets affected but still not sure.
if possible please give example for this