DEV Community

A beginner guide to programming with .NET 5 and C# Series' Articles

Back to Carl-Hugo Marcotte's Series
Creating your first .NET/C# program
Cover image for Creating your first .NET/C# program

Creating your first .NET/C# program

6
Comments
8 min read
Introduction to C# variables
Cover image for Introduction to C# variables

Introduction to C# variables

6
Comments
8 min read
Introduction to C# constants
Cover image for Introduction to C# constants

Introduction to C# constants

8
Comments
4 min read
Introduction to C# comments
Cover image for Introduction to C# comments

Introduction to C# comments

5
Comments
4 min read
How to read user inputs from a console
Cover image for How to read user inputs from a console

How to read user inputs from a console

5
Comments
5 min read
Introduction to string concatenation
Cover image for Introduction to string concatenation

Introduction to string concatenation

6
Comments
4 min read
Introduction to string interpolation
Cover image for Introduction to string interpolation

Introduction to string interpolation

5
Comments
3 min read
Escaping characters in C# strings
Cover image for Escaping characters in C# strings

Escaping characters in C# strings

6
Comments
6 min read
Introduction to Boolean algebra and logical operators
Cover image for Introduction to Boolean algebra and logical operators

Introduction to Boolean algebra and logical operators

4
Comments
7 min read
Using if-else selection statements to write conditional code blocks
Cover image for Using if-else selection statements to write conditional code blocks

Using if-else selection statements to write conditional code blocks

5
Comments
13 min read
Using the switch selection statement to simplify conditional statements blocks
Cover image for Using the switch selection statement to simplify conditional statements blocks

Using the switch selection statement to simplify conditional statements blocks

3
Comments
4 min read
Boolean algebra laws with C#
Cover image for Boolean algebra laws with C#

Boolean algebra laws with C#

4
Comments
5 min read