Stories recently tagged with 'NullableTypes'

Nullable Types And NullReferenceException(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 4 years, 11 months ago

Does Nullable type throw a NullReferenceException? If so - when, if not - why? Read on. read more...

add a comment |category: |Views: 18

tags: another

Be sure to put in some default value when testing with Nullable types(blog.krisvandermast.com)

submitted by KvdMKvdM(1695) 5 years, 7 months ago

Nullable types are a great feature in .NET 2.0 but even when the code compiles the functional behaviour can turn out to be completely different from what you would expect when comparing and the value is null. read more...

add a comment |category: |Views: 1

tags: another

Testing upon Nullable types in C# 2.0(blog.krisvandermast.com)

submitted by KvdMKvdM(1695) 5 years, 7 months ago

Using nullable types in C# 2.0. read more...

add a comment |category: |Views: 3

tags: another