How do you handle #nulls in your C# code ?
Any nullable type in your business layer ?
Do you have lots and lots of interrogation marks ?
And most importantly... are there many nullable warnings when you compile your solution ?
Today I wrote about nullable reference types in C# and how to handle them : https://guillaume.techene.net/2025/03/nullable-reference-types-in-c-and-how-to-use-them/

