CHEATSHEET C# 1. Data Types Primitive Size Example String 2 bytes/char s = "reference"; bool b = true; char 2 bytes ch = 'a'; byte 1 byte b = 0x78; short 2 bytes val = 70; int 4 bytes val = 700; long 8 bytes...
C#
There are a lot of great resources on youtube for C#, you don't have to pay for some expensive course with some of our suggestions below there are literally hours.