tagged [specifications]

In C#, why can a single cast perform both an unboxing and an enum conversion?

In C#, why can a single cast perform both an unboxing and an enum conversion? Normally, one would expect, and hope, that casts are needed to first unbox a value type and then perform some kind of valu...

Catch block is not being evaluated when exceptions are thrown from finallys

Catch block is not being evaluated when exceptions are thrown from finallys This question came about because code that worked previously in .NET 4.0 failed with an unhandled exception in .NET 4.5, par...

20 Jun at 09:12