Wednesday, August 29, 2018

Real-World Refactoring: .Sort() vs .OrderBy()

Over the weekend, I was updating my TableTreeView which uses a combination of C#, JavaScript, and SignalR for the dynamic loading of TreeViewItems.

The way the TableTreeView works is you pass in a List<T> and the TableTreeView wraps code around the list.



from DZone.com Feed https://ift.tt/2BU1Oqu

No comments:

Post a Comment