Tags
.net 360 addins Android Apple Applications C# code coldplay Development DND dos DRM Euler facebook Fin free generics hardware HomeServer HP HTC Iterators Linq music musikk PI Pink Floyd Pirate Bay reflection Review Rooting Silverlight social media social networks software Source Spotify Tools twitter upgrades Video virtualization WGS WHS-
Popular Posts
- WHS File Manager Add-In 31 comment(s)
- DVD-Kids code list 13 comment(s)
- Media Connect Configuration Add-In 13 comment(s)
- Windows Home Server FAIL 6 comment(s)
- Sorting a generic list on arbitrary property (C#) 5 comment(s)
- Montastic sidebar gadget 4 comment(s)
- wimp, the new Spotify? 3 comment(s)
- Targa DataBox NDAS400 review 1 comment(s)
- WHS Add-Ins 0 comment(s)
- WHS File Manager Add-In user manual 0 comment(s)
Comments
Posts
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
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.
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