Even and odd check in C# using bitwise operations
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...
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...
Source: jonskeet.uk
Don’t use .ToLower() for string comparison. Why not?
As you should know, post on Jekyll is equal to create a new .md file in _posts folder.