C# in Depth: Chapters 4 and 5 now available in MEAP
Chapters 4 and 5 of the book have now been made available for early access. Chapter 4 – Saying nothing with nullable types Nullable types depend heavily on generics (described in chapter 3) and require both language and runtime changes. In this chapter I explore the problem they solve, the types involved (including runtime changes) and the C# changes (int? meaning Nullable<int> and the various operators and conversions available). I also cover a couple of uses of nullable types which haven’t necessarily hit the mainstream, but can prove useful – the comparisons I wrote about in this blog a little … Continue reading C# in Depth: Chapters 4 and 5 now available in MEAP