Search by Tag: linq

.net 7     azure 9     big bang theory 1     biztalk 3     bot 1     digital marketing 1     dynamics crm 9     gis 2     iOS 1     IoT 6     kentico 2     kinect 3     knowledge management 1     leadership 5     linq 1     machine learning 6     microservices 2     microsoft band 1     microsoft edge 1     mobile 2     mvc 6     nintex 4     office 365 5     redis 1     sdlc 2     sharepoint 17     software architecture 3     software testing 3     typescript 1     visual studio 3     xamarin 1     yammer 1    
Natural String Sorting
Have you ever desired to have in your code a way to order a sequence of strings in the same way as Windows does for files whose name contains a mix of letters and numbers? Natural string sorting is not natively supported in .NET but can be easily implemented by specialising a string comparer and adding a few extensions to the enumerable string collection.
Comments (0) Read more...