June 2011 - Posts

3
Comments

Alternative of SortedDictionary in Silverlight by Rajneesh Verma

Hi, As we know SortedDictionary is not not present in Silverlight so to find alternative of this i am using Dictionary as  System.Collections.Generic . Dictionary (Of TKey, TValue ) . KeyCollection and for sorting i am using LINQ query. see the full...
More Posts