Take advantage of implicit and explicit operators to convert between user-defined types and improve the readability of your code. One of the lesser known features of C# is the ability to create ...
When unit tests fail, they should clearly explain why. Take advantage of the Fluent Assertions library to write unit test methods that are simple, readable, concise, and expressive. Unit testing is an ...