A Beginner guide to using Tuples in C# Part 1
Tuples are a very popular data structure in C#. It was first introduced in C# 4.0. Have you ever wanted to return multiple or more than one type from a method?
I'm pretty sure a lot of us have been there before. This use case is where Tuples shine. ...
kemicaldev.hashnode.dev2 min read
Temi Ogundeji
Software Enginner | Business-minded
Awesome article.