Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Alternative of SortedDictionary in Silverlight

    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 code below. 1: Dim sortedLists As New Dictionary...
    Posted to Rajneesh Verma's Blog (Weblog) by Rajneesh Verma on 06-30-2011, 12:00 AM
    Filed under: .NET, Visual Studio 2008, Visual Studio 2010, Silverlight, LINQ, WPF
Page 1 of 1 (1 items)