IT Nursery
I have used the “select” keyword and extension method to return an IEnumerable<T> with LINQ, but I have a need to return a generic Dictionary<T1, T2> and can’t figure...
  • June 2, 2022
  • 0 Comments
IT Nursery
You can see what I’m trying (but failing) to do with the following code: protected T GetObject() { return new T(); } Any help would be greatly appreciated. EDIT:...
  • June 2, 2022
  • 0 Comments
IT Nursery
There are apparently many ways to iterate over a collection. Curious if there are any differences, or why you’d use one way over the other. First type: List<string> someList...
  • June 1, 2022
  • 0 Comments