C# String Interpolation
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…
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…
WebAssembly may be the most exciting technology for C# developers to emerge in recent times. Browser based applications have been developed in JavaScript, or languages…
The term "anti-pattern" is a derogatory term used to disparage software design approaches that a given developer or group of developers may not like. The…
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,…
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…