Browse by Tags

All Tags » C# Code Snippets (RSS)
Sorry, but there are no more tags available to filter with.

LINQ to XML over conventional ways by wenching

Imagine you have this XML file: 1 <? xml version=" 1.0 " encoding=" utf-8 "?> 2 < NewDataSet > 3 < Table > 4 < ID >bc307ed4-4a5b-479e-9298-0831e077850c</ ID > 5 < ResourceKey >0000001</ ResourceKey > 6 < CultureCode...
Filed under:

Custom sorting with ArrayList using IComparer by wenching

Last week, my colleague approached me for a help on sorting a list of string. Let's assume the data will be: 1C 2A 10B 9Z 2D Let's break that into a string[] array using split and then you can choose to store in any collections for sorting. By default...
Filed under:
More Posts