Browse by Tags

All Tags » bitwise operators (RSS)

One bit masks for Access Control (setting permissions) in your asp.net applications. by alessandro

In my previous post, i wrote about a brushup on four binary bitwise operators. In this post, i would like to cover how we can make use of binary bitwise operators to create 1 bit masks, working at the bit level, saving us lots of memory, while also being...

Bitwise operators in c# OR(|), XOR(^), AND(&), NOT(~) by alessandro

This post is a brush up on some of the bitwise operators that we shall be using for creating bitmasks to set permissions(my next post will be on exactly this subject. Bitmasks). The c# bitwise operators I shall be covering here and are of particular interest...
More Posts