Tags
.net 360 addins Android Apple Applications C# code coldplay Development DND dos DRM Euler facebook Fin free generics hardware HomeServer HP HTC iPad 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-
Popular Posts
- DVD-Kids code list 38 comment(s)
- WHS File Manager Add-In 33 comment(s)
- NRK Dagsrevyen på Boxee Box 19 comment(s)
- Media Connect Configuration Add-In 13 comment(s)
- Montastic sidebar gadget 13 comment(s)
- Windows Home Server FAIL 7 comment(s)
- Streaming live video to iPad/iPhone 4 4 comment(s)
- WHS File Manager Add-In user manual 0 comment(s)
Comments
- Pål on NRK Dagsrevyen på Boxee Box
- thoss on NRK Dagsrevyen på Boxee Box
- thoss on NRK Dagsrevyen på Boxee Box
- Ole on NRK Dagsrevyen på Boxee Box
- Pål on NRK Dagsrevyen på Boxee Box
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