devxlogo

September 18, 2017

Sort a List in C# by Date

We can use the Sort Method of LINQ, and use the CompareTo delegate. If your List contains collection of objects, where each object has a date identifier, you could use

Finding the Count of All Active Threads

Most developers work with threads at one point or another. It can be important to know which threads are active to accomplish a given task. The following API activeCount on