DEV Community

Cover image for Coding Shorts: Demystifying Bitwise Operators in C#
Shawn Wildermuth
Shawn Wildermuth

Posted on • Originally published at wildermuth.com on

Coding Shorts: Demystifying Bitwise Operators in C#

I have a new episode of my "Coding Shorts" series on YouTube. In this episode, I dig into something a little more esoteric: Bitwise operators. I show how binary math works and how it relates to enumerations (with Flags).

Enjoy!

Creative Commons License

This work by Shawn Wildermuth is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License.

Based on a work at wildermuth.com.


If you liked this article, see Shawn's courses on Pluralsight.

Top comments (0)