Design, Solutions and .NET Framework by Dejan Dimitrovski

Browse by Tags

All Tags » LINQ (RSS)
No excuses - LINQ rules!

Researching on this great feature in .NET 3.5, I found a lot of useful information for anyone who intend to take a deep dive in this area. Particular for me, after Microsoft flavors on LINQ (LINQ to SQL, LINQ to XML and LINQ to Entities) I found other providers which can have a great usability in everyday work.

...
Posted: Sun, Apr 6 2008 9:26 by dejan | with no comments
Filed under: ,
LINQ to Active Directory
LINQ to Active Directory implements a custom LINQ query provider that allows querying objects in Active Directory. Internally, queries are translated into LDAP filters which are sent to the server using the System.DirectoryServices .NET Framework library...