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: Source
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
Project Euler and Linq
First I’d like to thank Stefaan for introducing me to Project Euler. Project Euler is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve. Although mathematics will help you arrive at elegant … Continue reading