writing-testable-code
writing-testable-code copied to clipboard
Sample code for my course on writing testable code
Writing Testable Code
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.
Technologies
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
Other versions
For other versions of this sample application, please see the following: