Categories
AI

AI – All Inclusive, but …

I recently played around with Cursor to spin up a basic .NET project and publish it to GitHub. The code was trivial, but honestly, I just couldn’t be bothered to type it out myself. Cursor happily pushed everything into a shiny new repo while I sat back feeling… hmm… productive? Now, I know my way […]

Categories
.NET C# SmartCon

SmartCon – Part 2

In the second part of the SmartCon series, I want to talk a little bit about command line arguments help. As a guy raised in the 80s, I am used to the command line. Most PCs (if you could afford one) weren’t even able to show a graphical user interface. So, all I had was […]

Categories
.NET C# SmartCon

SmartCon – Part 1

Today I want to show you one of my tools, which helps developers to handle command line arguments in their Console apps. How often did you write code for command line handling of your console apps? And how often do you have a Déjà-vus when typing Ending in a big main-method cluttered up with command […]