Tuesday, July 13, 2010

Null-Coalesce operator (??) in C#

In OOP Programming we often check for null values in our code  Here is the null-coalesce operator (??) comes in handy and can write very less code to check null.

image

Nandri(Thanks)

R.SeenivasaRagavan