Skip to content

matthewrenze/writing-testable-code

 
 

Repository files navigation

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 all other versions of this sample application, please see the readme.md in the main branch of the repository.

About

Sample code for my course on writing testable code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages