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; …
Category:
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 …
Older Posts