0
votes
1answer
92 views
How do you sort a parent and child collection using Linq?
Hi all,
I have the following basic classes (cut down for this question):
public class Parent
{
public string Name { get; set; }
public IList<Child> Children { …
2
votes
What is your single favorite feature in ReSharper?
Rename (F2)
Also, here's a tip to get everyone using the shortcuts rather than the mouse... unplug their mouse! A bit extreme I know, but you can always …
