Tsrc Blog
Software development articles and notes.
9 min read
Using a Test Project to Run and Debug a .NET Application - Part 1
The main goal of this article is to walk through the first steps of building a test project from scratch and using that test project as the application’s entry point. This makes it easier to run real business logic and database flows through automated tests, instead of depending on web layers or fragile manual checks.