The Trouble with .Single()
\in this article I will use list to refer to any enumerable collection not just List<T>*
The O.G. Singleton
In computing it can often be beneficial to work with lists. They are null-safe by default as an empty list is always valid. From time to time ...
blog.samferree.dev4 min read