OneOf - Discriminated Unions for C#
In my previous project I was using OneOf library by Harry McIntyre implementing F# like discriminated unions support for C#. They might be handy in scenarios »
In my previous project I was using OneOf library by Harry McIntyre implementing F# like discriminated unions support for C#. They might be handy in scenarios »
Logging is one of the key concerns of software developers. This is a source of information about application health and performance. From a business point of »