Browse by Tags

Related Posts

  • Re: how to sort PrincipalSearchResult(Of Principal)

    Cast your resluts to a list. You can then sort the list using Linq or soemthing like that. I have a code snippet below that shows how to return your results in the form of an IEnumerable collection. You can then use the standard LINQ sorting methods. hth private static IEnumerable<UserPrincipal>...
    Posted to Active Directory and LDAP (Forum) by lanphi on 06-05-2009, 12:00 AM
    Filed under: search, Active Directory, ienumerable, list, linq
  • LINQ to Lucene

    I'm hoping this may generate some excitement and hopefully some feedback. http://www.codeplex.com/linqtolucene I started working on a project that I hope to get some code samples released for soon, a 'LINQ to Lucene' custom LINQ provider. Lucene is an Information Retrieval System used for...
    Posted to Free For All (Forum) by Jason Plante on 10-23-2007, 12:00 AM
    Filed under: Search, LINQ, C# 3.0
Page 1 of 1 (2 items)