C#

C# cheatsheet

By
|
In C#
|
On 20th June 2019
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...
This div height required for enabling the sticky sidebar