You may also enjoy
Even and odd check in C# using bitwise operations
2 minute read
In C#, you can check if a number is even or odd using bitwise operations. This approach is not only elegant but also potentially more efficient than traditio...
Welcome Home, Starlink!
less than 1 minute read
Parameter passing in C#
13 minute read
Source: jonskeet.uk
Do not use ToLower() method for string comparison
less than 1 minute read
Don’t use .ToLower() for string comparison. Why not?