March 2022
Intermediate to advanced
678 pages
17h 12m
English
This appendix describes different C# features that we use or are related to topics we use in the book. I cannot cover all C# features in an appendix, but I did my best to pick the most relevant ones.
We are covering the following:
This section covers a list of C# features that are useful, less known, or I want to make sure you are aware of since we are leveraging or mentioning them in the book.
The null-coalescing (??) operator is a binary operator written using the following syntax: result = left ?? right. It expresses ...
Read now
Unlock full access