Using null conditional and null coalescing operators for assignment in C#

The null conditional operator just got an upgrade.. we can do assignments with it now! Let’s see it in action.

  Dec 3, 2025 ·  4 min

Using Extension Members in C# 14

Extension members take extension methods to the next level. Let’s see how to use this new C# 14 feature.

  Dec 2, 2025 (rev. Dec 3, 2025) ·  7 min