Illumonos
C# and .NET Framework
Fundamentals
  • Introduction to C# and .NET
    3
  • Data Types and Variables in C#
    3
Extras
  • Extension Methods
    1
  • Fun Exercises
    3
Illumonos
  • About
  • Authors
  • Privacy Policy
  • Terms and Conditions
© Illumonos 2024 → 2026

Illumonos


Eat Sleep Code Repeat

Get started

Learn C#

From beginner to expert

Latest Articles

See our latest C# articles

  • Strings in C#: Introduction, and Best Practices

    A comprehensive introduction to C# strings, covering how they work under the hood, how to declare and format them, how to compare them correctly, and the practical stuff you hit every day, such as immutability, common operations, empty/null checks, and when to reach for StringBuilder.

  • Data Types in C# Introduction

    An introduction to data types in C#, including value vs reference types, strong typing, and common type categories like numbers, text, and booleans.

  • Parse Morse Code to a String in C#

    Build a Morse Code parser as a fun exercise in C#. Learn how to decode Morse Code into plain text using Test-driven development.

  • Convert a String to Morse Code in C#

    Build a Morse code converter as a fun exercise in C#. Learn how to encode string text into Morse Code using Test-driven development.

  • Parse Integers from Strings manually in C# without int.Parse

    Learn how to convert strings to integers in C# without using int.Parse or int.TryParse, exploring manual parsing as a hands-on way to deepen your understanding of chars, numbers and strings.

Illumonos
  • About
  • Authors
  • Privacy Policy
  • Terms and Conditions
© Illumonos 2024 → 2026