.NET Tuples

The new way of writing tuples in C# is much nicer than the old Tuple class.

Learn more with the Microsoft docs

View code in 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#