Click here to Skip to main content
15,892,768 members
Everything / null

Null

null

Great Reads

by Giovanni Scerra
Patterns to prevent null reference exceptions
by Aram Tchekrekjian
More about pattern matching types with a usage example for each type
by ManojKumar19
Update row column with another row column in same table SQL only if it is null.
by ChristianNeumanns
The "absence of a value" is among the most important concepts a type system has to deal with.

Latest Articles

by ChristianNeumanns
The "absence of a value" is among the most important concepts a type system has to deal with.
by Aram Tchekrekjian
More about pattern matching types with a usage example for each type
by Jesus Carroll
In Data Engineering, supporting Data Science, Data Mining and Reporting tasks, it is useful to get only fields that have data. We don't mind nulls values and we are grateful if this field's structure is dynamic. These ones might be a stat in the set of empty's kingdom.
by Oktay Ekincioglu
Exception handling practices like avoiding null values, writing predictable function signatures, avoiding null reference exceptions, etc.

All Articles

Sort by Score

null 

17 Aug 2012 by ManojKumar19
Update row column with another row column in same table SQL only if it is null.
1 Dec 2014 by ShadowedR
A simple example of a C# Application interfacing with the Null Modem Emulator (com0com) driver to allow run time creation and configuration of Virtual Serial Ports
29 Oct 2013 by ASP.NET Community
Hi friends..... Many of guys are trying or working on menus for binding it dynamically. i've the solution for ithere , i m putting sample code to
9 Apr 2020 by Jesus Carroll
In Data Engineering, supporting Data Science, Data Mining and Reporting tasks, it is useful to get only fields that have data. We don't mind nulls values and we are grateful if this field's structure is dynamic. These ones might be a stat in the set of empty's kingdom.