C# String Interpolation

C# string interpolation gives you a cleaner way to do String.Format. See the docs here.

View code on GitHub

Comments

Popular posts from this blog

C# Record Serialization

Add timestamp to photo using ImageMagick

Read/write large blob to SQL Server from C#