A Deep Dive Into Tuples in C#

Exploring the versatility of these containers

Jamie Burns
Better Programming
Published in
6 min readSep 6, 2022

--

Photo by Curology on Unsplash | image height altered

Tuples are great.

I clearly remember the days before tuples — having trouble figuring out the best way to return multiple values from a method. As soon as tuples were added to C#, I could see so many cases where they would be useful.

--

--