List Question
20 TechQA 2024-01-26T14:47:09.090000How to use the latest version of System.ValueTuple together with System.Text.Json in my build?
76 views
Asked by tomwaitforitmy
Why is C# tuple notation not available for 1-tuples?
102 views
Asked by Calimero
How to make XmlSerialize/XmlDeserialize use ValueTuple names?
102 views
Asked by Andreas
Modifying list of ValueTuples vs list of integers
95 views
Asked by William
ValueTuple in Select Linq
790 views
Asked by Кирилл Гелашвили
Guarantee to return a non-empty tuple (non null fields) in C#
77 views
Asked by WaterFox
Fastest way of incrementing an element of a List<(Guid, int)>
627 views
Asked by Theodor Zoulias
Value tuples exist, so why use the "out" parameter modifier?
715 views
Asked by J. Mini
How do I return a range and a fixed value at the same time?
43 views
Asked by nop
Using tuples in C#, (A, B, C) vs Tuple<string, string, string>
881 views
Asked by EBDS
Is there a way to name the fields when receiving a ValueTuple as a parameter?
117 views
Asked by isakgo_
Can I define a shorthand for tuples in C#
273 views
Asked by gnitsuk
Quick ValueTuple initialization with 1 argument
87 views
Asked by Dvornik Xilosof
Polly.Caching.Memory.MemoryCacheProvider throws System.TypeLoadException : method not implemented for one application
418 views
Asked by Schwarzie2478
How to deconstruct ValueTuples in Visual Basic .NET?
758 views
Asked by Virus721
Number and type of elements in System.ValueTuple
580 views
Asked by AlainD
How can I get the compiler aliases of ValueTuple field names for reflection
245 views
Asked by Nigel
How to extend a zero component tuple in C#
139 views
Asked by Ogubuike Alexandra