Tag Archives: C#

Sorting a generic list on arbitrary property (C#)

I often need to sort a generic list on some arbitrary property. After writing the code a couple of times I decided to make it more generic using generics and some reflection. Oh, I know that reflection if costly and … Continue reading

Posted in Development | Tagged , , , , | 5 Comments

Silverlight 3

Microsoft has just released the first beta of Silverlight 3. I encourage you to check out  Tim Heuer’s great guide to the new features.

Posted in Development, Technology | Tagged , , , | Leave a comment

Find the oldest file

I had a problem at work the other day. In a project we have a service that needs to handle files on a first come, first served basis. In effect it scans a folder for files and find the file … Continue reading

Posted in Development | Tagged , , , | Leave a comment