PreviousNext

Tuples in .NET world and C# 7.0 improvements

by bill-s, 2017-08-10T10:40:56.000Z

Back in the day when I was a young developer, I was using output parameters. Then I figured out it is somewhat complicated to test functions with output parameters, and that their use is clunky at best.

Read More