Published inSeven Things about C#7 Things about C#: Switch StatementsIn an earlier article about If Statements, we covered the common scenario where you’ll need to run specified logic based on a unique…Sep 26Sep 26
Published inSeven Things about C#7 Things about C#: OperatorsEvery programming language has operators — the syntax that transforms values from one form to another. Think math, comparison, and bitwise…Aug 15, 2023Aug 15, 2023
Published inSeven Things about C#7 Things about C#: TypesA 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…Aug 8, 2023Aug 8, 2023
Published inSeven Things about C#7 Things about C#: LoopsIn 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…Jul 11, 2023Jul 11, 2023
Published inSeven Things about C#7 Things about C#: If StatementsBranching 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…Jul 4, 2023Jul 4, 2023
Published inSeven Things about C#7 Things about C#: Console I/OThe 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…Jun 27, 20231Jun 27, 20231
Published inSeven Things about C#7 Things about C#: Running AppsCopying code from a tutorial and understanding what that code means is generally straight forward. However, just knowing a programming…Jun 20, 2023Jun 20, 2023
Published inSeven Things about C#7 Things about C#: IntroductionThis is the beginning of a new series of posts specially for new developers or those who are new to C#. I call it “7 Things about C#” where…Sep 26Sep 26
Published inSeven Things about C#7 Things about C#: The PlatformC# runs on .NET, a cross-platform, managed, and open-source environment. The following 7 features give you an overview of this platform…May 9, 20231May 9, 20231
Published inSeven Things about C#A Beginner’s Overview of Software DevelopmentCoding, developing, engineering, and even hacking are words to describe what software developers do. While they describe activities…Nov 29, 2022Nov 29, 2022