DataTypes - C#.NET
Primary Data Types:
1. Integer Number
a. byte,sbyte
b. short, ushort
c. int ,uint
d. long, ulong
2. Real Number/Floating point
a. float
b. double
c. decimal
3. String/Text
4. Boolean
5. Character
Custom Data Type:
a. class
b. struct
...