Sample code for my course on Writing Testable Code in .NET Core 6.0.
This sample application is intended to be an educational resource for learning testable coding practices. It incorporates these best practices in ways that are simple and easy to understand.
This demo application uses the following technologies:
- .NET Core 6.0
- C# .NET 10.0
- NUnit 3.13
- Moq 4.18
- Moq.AutoMock 3.4
- Ninject 3.3
For other versions of this sample application, please see the following: