C# Series
Below, you'll find a list of all C# series on Illumonos, grouped by categories.
Fundamentals
Learn C# and .NET fundamentals, be it data types, control flow, OOP, LINQ, and more. Build a strong base for modern C# development with hands-on guides.
Introduction to C# and .NET
A beginner-friendly guide to the C# programming language and the .NET ecosystem. Covering fundamental concepts, syntax, and best practices, this series will help new and experienced developers build a strong foundation in C# and equip you with the essential knowledge needed to get started confidently with C#.
Data Types and Variables in C#
A breakdown of the data types and variables in C#. Learn how value and reference types work, explore the numerical and string types, and dive into constants, bytes, and enumerations.