Welcome to AspAdvice Sign in | Join | Help

October 2006 - Posts

How to Sort a in a Custom Order

More than once I have needed to sort items according to some arbitary sort criteria, for example to sort a list of status codes. They can't be logically sorted alphabetically, so I wrote these routines. In the example, it is a string list, but it could be any object with a bit of modification. Essentially this uses a Comparer, which uses the position within the SortString to decide on the order of the items. Nice and simple.
Posted by Insane | (Comments Off)
Filed under: , ,

My first useful post

web.config and naming appSettings keys
Posted by Insane | (Comments Off)
Filed under: , ,

Cowboys are alive and well... in development positions!

I take pride in my work, I try to always do a professional job. But I am in an industry that makes the building game look positively highly skilled.
Posted by Insane | 2 Comments
Filed under: ,