PinnedCarl-Hugo Marcotte·Apr 18, 2024Architecting ASP.NET Core ApplicationsUnveiling the Third Edition
PinnedCarl-Hugo Marcotte·Feb 7, 2021Creating your first .NET/C# programA beginner guide to programming with .NET 5 and C#
Carl-Hugo Marcotte·Aug 29, 2021Boolean algebra laws with C#A beginner guide to programming with .NET 5 and C#
Carl-Hugo Marcotte·Jul 25, 2021Using the switch selection statement to simplify conditional statements blocksA beginner guide to programming with .NET 5 and C#
Carl-Hugo Marcotte·May 9, 2021Introduction to Boolean algebra and logical operatorsA beginner guide to programming with .NET 5 and C#
Carl-Hugo Marcotte·Mar 28, 2021Introduction to string interpolationA beginner guide to programming with .NET 5 and C#
Carl-Hugo Marcotte·Mar 21, 2021Introduction to string concatenationA beginner guide to programming with .NET 5 and C#
Carl-Hugo Marcotte·Mar 14, 2021How to read user inputs from a consoleA beginner guide to programming with .NET 5 and C#
Carl-Hugo Marcotte·Mar 7, 2021Introduction to C# commentsA beginner guide to programming with .NET 5 and C#
Carl-Hugo Marcotte·Feb 28, 2021Introduction to C# constantsIn this article, we explore constants. A constant is a special kind of variable. The kind that does not vary; they are immutable.