Sample code for my course on Writing Testable Code in .NET 9.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 9.0
- C# .NET 12.0
- NUnit 4.3
- Moq 4.20
- Moq.AutoMock 3.5
- Ninject 3.3
For other versions of this sample application, please see the following: