#testing
Read more stories on Hashnode
Articles with this tag
In recent months, the buzz around AI assistants, particularly our "old new" friend ChatGPT, has been impossible to ignore. If you've ever requested it...
AutoFixture is an amazing library that simplifies the process of creating test data in .NET. If for some reason you don't use this fantastic tool,...
How to Test LINQ and Mappings ยท In the previous article, Unit Tests Done Right (Part 1), we explored some of the best practices for unit testing and then...
Write clean and rock-solid unit tests in .NET ยท UPDATE: The second part is now available: How to test LINQ and mappings. There are countless articles on...