olayk
LINQ Help
I am not the most advanced at C#, but if you want to get better about solving this type of problem I would recommend looking up folds / reduces and maps.
A map you go over all the values in a collection and perform some function on them. A fold you have an accumulator and a function that takes your accumulator and each value and returns a new value
22 replies
Help with sorting package issues in Visual Studio.
i fixed this issue myself by adding https://api.nuget.org/v3/index.json to the nuget package sources and installing via there
15 replies