I have an array of dates from this form:
string[] arr=["08.02.2017","09.02.2017","30.01.2017","31.01.2017"]
what is the best way to sort this kind of array in c#? I want that the order will of the array will be in descending order. I need to show this data inside an select element, maybe i can order this somehow with angularJS?