Lost your password?

Blogs about: Nullable

Featured Blog

Adversus Nullus, Unnullable<T>2 comments

xosfaere wrote 1 month ago: Let’s fix C.A.R. Hoare’s billion dollar mistake for C#: Null-pointer dereferences. … more →

Tags: Computer Science, Declarative, Imperative, Paradigm, Software, .NET, C#, Class, exception

Converting Nullable<int> to Nullable<Enum>

mazzoo wrote 2 months ago: Here is an example on how you identify a Nullable enum and convert an Nullable<int> (int? ) to … more →

Tags: C#, ENUM, int

What is Nullable type in .Net?

harisahmed wrote 2 months ago: Value types have an implicit constructor, so declaring them instantiates the type automatically; you … more →

Tags: technical, What is, .NET, value type

Fix for simple Binding Nullable Types to TextBoxes

aratkilo wrote 5 months ago: If you are really frustrated in trying to bind a Nullable type to a control then you will be happy. … more →

Tags: Contributions, binding, Disappear, Issue, lost focus

Take advantage of a Function based index in First_rows mode with an ORDER BY on NULLable columns2 comments

tvbeckho wrote 10 months ago: One of the things I encounter a lot in a Siebel application I support, is the fact that there are lo … more →

Tags: Performance and Troubleshooting, SQL and PL/SQL, Function Based Indexes, first_rows, Siebel

Microsoft.SharePoint.WebControls.DateTimeControl.IsDateEmpty and Nullable issue

Johan Leino wrote 10 months ago: The other day I used the IsDateEmpty property of a DateTimeControl and I wanted to assign the approp … more →

Tags: SharePoint, datetime

LINQ: Breaking Your Logic1 comment

Peet Brits wrote 1 year ago: LINQ is one of the great new technologies in .NET. As opposed to the frustrations of raw text in XML … more →

Tags: Code (Programming), C#, LINQ, break logic

Nullable Types in C Sharp (ver. 2.0 & 3.0)

aikea wrote 1 year ago: Nullable types are basicly the value types which are enabled to contain a null value. Two ways to de … more →

Tags: C Sharp Language, C Sharp, Variable, Data type

Nullable Datatables - another gripe

bradymoritz wrote 1 year ago: This is sorta old news, but my last Asp.net gripe put me in the mood to continue with another longer … more →

Tags: .NET, DataTableAdapter

system.nullable vs. tryparse : revisited

Joshua Gall wrote 1 year ago: As a followup to my system.nullable vs. tryparse entry, I’ve decided to publish the nullable p … more →

Tags: .Net Programming, tryparse, C#, .NET 2.0, Generics

system.nullable vs. tryparse

Joshua Gall wrote 1 year ago: I’ve been working on some code tonight and needed to use the trusty struct.TryParse methods av … more →

Tags: .Net Programming, tryparse, C#, .NET 2.0, Generics

Nullable

fookean wrote 2 years ago: If you ever want to able to determine whether a value has been assigned. It is good to declare Nulla … more →

Tags: C#, .NET


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS