Categories
Technology

Get Some Structure

It is important to move on from good ole’ comfort food, Console.WriteLine() for everything. When you are first learning how to create a .NET application, inside your Main method is a Console.WriteLine() that system outputs to the console. But that isn’t a best practice as you begin to develop production ready applications. Let’s dig into […]