What is Base64 and how does it help us with binary data? Base64 allows us to represent binary data with human-readable characters in a string! Why might you want to do this? Well... not all forms of data transmission and storage work well with non-human readable characters! Imagine trying to hit a URL with characters you can't even see visually. No thanks! In CSharp it's super easy to go to and from Base64 encoding with bytes and strings! Check out the article: https://lnkd.in/eihx_fP8 #encoding #csharp #dotnet #dotnetcore #programming
📌 What topics do YOU want to see covered in a write-up? Let me know!
📌 Head on over to https://www.devleader.ca for more articles!