4 ways to create Unit Tests without Interfaces in C#
One of the most common traits of C# developers is the excessive usage of interfaces.
For every non-DTO class we define, we usually also create the related interface. Most of the time, we don't need it because we have multiple implementations of an in...
code4it.hashnode.dev12 min read