A Method to Madness is my own private blog. Feel free to disagree but please do so in a well-mannered and constructive way 🙂

Blog

How to simplify integration testing in C# in 2025

Durée de lecture : environ 8 minutesIntegration tests have always appeared as being slow and fragile. Slow because they imply launching APIs, network connections, database queries, etc… and fragile because any time a dependency is not available or data are modified Read more