// 01. Introduction The C# Console Class is the perfect place to start in your path as a C# developer. “Why“, you might ask? Well, you need a few things that the Console Class offers for future projects, such as displaying content to the user in the console window, as well as getting input […]
C# Basics
C# Variables & Collections
“The buckets holding electrons…” // 01. Introduction This is where you learn how to hold electrons. Programs need something to store data. Variables are to the rescue! A program might need to store bytes, [simple_tooltip content=”A character is a single letter or digit wrapped in single quotes: ‘A’ or ‘3’”]characters[/simple_tooltip], [simple_tooltip content=’A string is a single […]
Introduction to C#
// 01. Introduction The road to becoming a software developer is not an easy one to complete. The road is long and, at times, may feel pointless. You might find yourself asking the question, “Why do I need to know this or that in order to build an app or a website?”. I hope that […]