When's the last time that you used binary in CSharp?

Опубликовано: 17 Октябрь 2024
на канале: Dev Leader
34
0

When's the last time that you used binary in CSharp?

Even in my digital forensics software days, I was rarely relying on binary representation of anything in CSharp...

However, if you're using enums as flags then you should get familiar with binary! Each flag represents a bit being turned on, so it's important to understand how they get combined and how to test for bits.

Check out the full video:
   • The Ultimate Beginner's Guide to Flag...  

----
📨 Sign up for my FREE email newsletter:
https://subscribe.devleader.ca
🗣️ Share with your network!

#csharp #dotnet #enums #binary #learntocode