Check out my book "Hands-On RESTful Web Services with ASP.NET Core" available on Amazon or Packt. Source code available on GitHub
Concepts of maintainable unit tests

The following article will explain some concepts about unit tests and some good practices about write maintainable unit tests. Although, the example are written in C#, the article concepts and topic are language independent. I have previously write about unit testing in following articles: Unit testing ASP.NET Core Identity Inversion of control and Dependency injection ...