Writing a Console App in C# for Fun and Profit

from blog Chris Warrick (Blog), | ↗ original
I recently wrote a simple console app in C#. This post tells you more about the language, the .NET ecosystem, and why you should write your next app in it. What is the app? The app is called Gitco.NET. It’s basically a rewrite of a previous Ruby script. It shows a console menu with Git branches, allowing things like filtering and toggling the...