Data Types and Variables in C# Series

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.


Variables in C# Introduction

14 days ago

Learn everything you need to know about variables in C#. This guide covers how to declare variables, the rules around naming and scope, different kinds of variables including fields, parameters, loop variables, readonly and const.


17 minutes