January 15, 2025
Perform Basic String Formatting in C#
Learn how to use interpolated strings in C# to format output in a clean and readable way.
December 30, 2024
Store and Retrieve Data Using Literal and Variable Values in C#

C# is a strongly typed language, meaning that every variable must be declared with a specific type, and values assigned to it must be compatible with that type.
December 15, 2024
Write Your First C# Code

The Console class provides two similar sounding methods: Write() and WriteLine(). This challenge helps you to understand the differences between them.
October 15, 2023
Foundational C# certification at freeCodeCamp
This is a great free course for anyone wanting to learn the fundamentals of .NET programming in C#.