Saturday, January 19, 2019

C# Bitwise Operators

It performs bitwise OR operation on the corresponding bits of two operands. If either of the bits is 1 , the result is 1 . Otherwise the result is 0 . If the operands are of type bool , the bitwise OR operation is equivalent to logical OR operation betwhtteen them….continue reading

Tuesday, January 8, 2019

C# Tutorial

nice article and very useful thank so for <a href="https://compitionpoint.com/2018/06/01/conditional-operator/">Ternary Operator</a>