C# Code Rules
Read about the Roslyn C# code rules, how to configure them and implement them in your solutions
Read about the Roslyn C# code rules, how to configure them and implement them in your solutions
Using Google Protocol Buffers (protobuf) for serialization over a Web API (or REST API) is simple. Most developers use JSON as the go-to transfer protocol for…
Introduction String interpolation allows the creation of string literals with interpolation expressions. The syntax is convenient for formatting strings and is generally more readable than…
There are various ways connected devices communicate with your computer. One of the oldest ways is via theĀ Serial Port. In some ways, serial port access…
If you haven't read the first part of this series, you might want to have a read. It is an intro to why code rules…
Edit: Part two has been added here. This is more of a How To Guide if you want to skip the writing. As a human,…
Delving in to the world of crypto hardwarewallets has led me deep in to the rabbit hole of USB and HidĀ programming. I didn't want…
I recently released my open source library CryptoCurrency.Net. It has several clients for communicating with Cryptocurrency Exchanges. Nearly all Cryptocurrency exchanges use an API Key/Secret…
Buy a Trezor Here Hardwarewallets are the best way to keep your cryptocurrency funds secure. We all know about how dangerous it is to leave…