In this video, I am developing an application using TDD in C #. In addition to demonstrating how to write unit tests, I tried to show how TDD works at the application level as a whole.
When developing, he applied the
principle of dependency inversion , and also used an IoC container.