4 ways to create Unit Tests without Interfaces in C#
C# devs have the bad habit of creating interfaces for every non-DTO class because «we need them for mocking!». Are you sure it’s the only way? Continue readingC# Tip: Use TestCase to run similar unit tests with NUnit
Learn how to organize similar unit tests using theTestCase attribute in NUnit!
Continue reading