Homepage
Open in app
Sign in
Get started
Seven Things about C#
A Beginner’s Tutorial
Follow
7 Things about C#: Switch Statements
7 Things about C#: Switch Statements
In an earlier article about If Statements, we covered the common scenario where you’ll need to run specified logic based on a unique…
Joe Mayo
Sep 26, 2024
7 Things about C#: Operators
7 Things about C#: Operators
Every programming language has operators — the syntax that transforms values from one form to another. Think math, comparison, and bitwise…
Joe Mayo
Aug 14, 2023
7 Things about C#: Types
7 Things about C#: Types
A type is a name given to some container that holds data of a specific size and shape. e.g. an int is a type that holds an integer number…
Joe Mayo
Aug 8, 2023
7 Things about C#: Loops
7 Things about C#: Loops
In all of the previous articles in this series, the apps ran one time and then stopped. This is okay if the program is designed to…
Joe Mayo
Jul 11, 2023
7 Things about C#: If Statements
7 Things about C#: If Statements
Branching is intrinsic to all of the work we do every day as developers. We need to evaluate a condition and determine what logic to run…
Joe Mayo
Jul 4, 2023
7 Things about C#: Console I/O
7 Things about C#: Console I/O
The console is the command line, where you type commands to run code and get a response. In general terms, input and output (I/O) describe…
Joe Mayo
Jun 27, 2023
7 Things about C#: Running Apps
7 Things about C#: Running Apps
Copying code from a tutorial and understanding what that code means is generally straight forward. However, just knowing a programming…
Joe Mayo
Jun 20, 2023
About Seven Things about C#
Latest Stories
Archive
About Medium
Terms
Privacy
Teams