Null Coalescing Operator

The first time I saw the ?? operator in C#, I did a double take...

1 minute read

Notepad++

Version 4.2.2 of my favorite Notepad replacement was released yesterday. If you haven't tried it,...

1 minute read

.NET Podcasts

The landscape of software development changes quickly and it is hard for developers to keep...

2 minute read

Nullable Types in C#

In .NET 1.0 and 1.1, if you wanted to store a null value for a...

2 minute read