Data Types in C# — a practical guide to C# data types with clear examples you can reuse in real projects.
C# Tutorial Series (14/121). Prefer one article? Read the complete C# tutorial.
Short description
Know aliases (int → System.Int32) and when to use decimal for money.
Common types
int, long, double, decimal, bool, char
string, object
DateTime, Guid
Custom classes/structs/records