Version Patching .Net Core Applications

How many time have you been investigating a bug just find out that after all the deployed version was wrong? Its not uncommon to support multiple version of the same application for different clients and it is important to have a way to look at your artifact and find out what version it was build […]

Console UI Menu

How often do you get to write a simple console util that should be used by humans?When I need to write one I always question the best input methods for choosing different options. one way is to add command line arguments, but this will require it to run from the command line, another option is […]