Integrated Development Environments (IDEs) and text editors (for coding) can make programming much easier with syntax coloring and other helpful options. You might even …
Console Application Color: Text and Background
Color can help emphasize important content and create an engaging interface. C# console application color is limited, but it can still be used to …
Console Application ASCII Design
You can add visual design to your C# text-based console application even though you can't use graphic files. Alphanumeric characters can be …
Create ICO Icons (.ico)
To add custom application icons to your projects, or a favicon to your websites, you will need ICO icons. To make one you …
Console Application Window Properties
Modifying console window properties can improve your application interface for players of your text-based game, or users of your application. The application's title bar …
Simple C# Madlib (Part Two)
This is part two in a series to create iterative versions of a Madlib in C#. If you haven't read through , start there!…
C# Loops: Ten Bears Song
Loop structures are helpful when repeating statements; for example, if we wanted to print out a message to the console, or if we want to call a …






