3
Shouts

C#/.NET Pitfalls: Nullable Math Doesn’t Always Add Up

published 675 days, 6 hours, 28 minutes ago posted by BlackRabbitCoderBlackRabbitCoder 675 days, 16 hours, 33 minutes ago
Friday, July 15, 2011 11:05:20 AM GMT Friday, July 15, 2011 1:00:18 AM GMT

C# is a wonderful language for modern programming.  Occasionally, however, there are things that are syntactically legal, but can bite you if you aren’t aware of what is actually going on behind the scenes. This is my third post in the Little Pitfalls series where I explore these small pitfalls and discuss what’s going on and how to avoid it.

In the last Little Wonders post, we talked about the Nullable static class (not to be confused with the Nullable

category: Web Dev | clicked: 6 | | source: blackrabbitcoder.net | show counter code
tags: .NET, nullable, C#, Little Pitfalls