This short example shows how you can make a ConsoleColor object (myColor) and pass it as an argument to a method. The method …
Dynamic Button UWP: Navigate Array Content
Create a simple proof-of-concept UWP application with a dynamic button. Navigate linear content stored in an array with one 'Next' button.
After all content …
PadLeft to Indent and Center Text (C# Console)
String.PadLeft can be used in two ways. The first returns a new string padded with spaces, and the second returns a new string padded …
Word Guessing Game: C# Console Application
Create a word guessing game that asks a player to guess a random word. As we build the C# console application, we'll discuss …
Numeric Guessing Game: C# Console Application
We'll create a game where the player will try to guess a random number. Fundamental programming concepts will be covered as we build …
Simple C# Madlib (Part Three)
This is part three in a series to create iterative versions of a Madlib in C#. If you haven't read …
Reading and Writing External Data (C# Console Application)
We will create a console application that will let us display text from, and save data to, an external data file. After …







