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
Sorry. No data so far.
Comments
Posts
Tag Archives: generics
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