Blog
Articles by Patrick Schadler on C#, .NET, Microsoft Azure, design patterns and software quality.
30 January 20202 min read
How the Factory Method keeps object creation out of your business logic — and when it is not worth the extra type.
22 January 20201 min read
Mocks make dependencies cheap to test around. They also make it easy to write tests that pass while the code is broken.