News

Take advantage of read-only generic interfaces such as IReadOnlyList, IReadOnlyDictionary, and IReadOnlyCollection to prevent modifications to collections in your .NET Core applications.
Subject identification using Fluent Assertions Be() in C#. One of the striking features of Fluent Assertions is the ability to extract the name of the subject and then use it in an assertion failure.