Stories recently tagged with 'Nullable'

Nullanle in CSharp(codedigest.com)

submitted by g_arorag_arora(25) 2 years, 11 months ago

http://www.codedigest.com/CodeDigest/100-Nullables-in-Csharp---A-Step-Ahead-Series.aspx read more...

add a comment |category: |Views: 7

tags: another

Introduction to Nullable Types in VB.NET(vbnotebookfor.net)

submitted by vbnotebookvbnotebook(655) 4 years, 4 months ago

An introduction to using Nullable Types in VB.NET, focusing mainly on date types. read more...

add a comment |category: |Views: 107

tags: another

Nullable Types in C# and .NET 2.0(alteridem.net)

submitted by rprouserprouse(1175) 4 years, 5 months ago

Nullable types were introduced in .NET 2.0. This article gives a quick overview of how to use them and some of the things to watch out for. read more...

2 comments |category: |Views: 6

tags: another

Nullable Data Readers(codeproject.com)

submitted by brianjlowrybrianjlowry(640) 4 years, 10 months ago

FTA: .NET 2.0 introduced nullable types into the CLR which, for the first time, provided the ability for value types to be assigned a null value. However, ADO.NET 2.0 did not introduce any new features specifically for dealing with nullable types. Therefore, one of the primary goals for the classes presented in this article is to provide a simple API for working with nullable types within the persistence layer. read more...

1 comment |category: |Views: 17

tags: another

Nullable Data Readers(codeproject.com)

submitted by brianjlowrybrianjlowry(640) 4 years, 10 months ago

FTA: .NET 2.0 introduced nullable types into the CLR which, for the first time, provided the ability for value types to be assigned a null value. However, ADO.NET 2.0 did not introduce any new features specifically for dealing with nullable types. Therefore, one of the primary goals for the classes presented in this article is to provide a simple API for working with nullable types within the persistence layer. read more...

1 comment |category: |Views: 17

tags: another

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

System.Internal - A Strange Class(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years ago

A strange class that I have found while searching for IsNullableType method. read more...

add a comment |category: |Views: 5

tags: another

Making Grid View Auto Generate Columns For Nullable Types(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years ago

A second article on dealing with GridView, AutoGenerateColumns and Nullable Types. This time a complete solution. read more...

add a comment |category: |Views: 43

tags: another

IsBindableType - Mystery Method(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years ago

Why some properties gets auto generated columns in a GridView and some not? What is the IsBindableType method? read more...

add a comment |category: |Views: 6

tags: another