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 easy to read and maintain our code. First, lets...
Posted to
Tutto .NET
(Weblog)
by
alessandro
on
10-02-2007, 12:00 AM
Filed under: ASP.NET, Security, bitwise operators, Bitmasks, Access Control