Unit test are crucial part in software development process. In late 1990s Kent Beck stated that writing tests is the most important part of writing software in ExtremeProgramming metodology. You can read a bit more about it in Martins Fowler article. This is a part of a series of articles about writing a perfect console… Continue reading Perfect console application in .net Core: add unit tests
Month: March 2019
Perfect console application in .net Core: set up dependency injection
It may seem that when creating a console application we are doomed to use statics all over the code. Well.. we’re not! I’ll show you how to set up dependency injection and use it. This is a part of a series of articles about writing a perfect console application in .net core 2. Feel free… Continue reading Perfect console application in .net Core: set up dependency injection