Download LINQ to LDAP

Description

LINQ provider built on top of System.DirectoryServices.Protocols for querying and updating LDAP servers.

Icons

LINQ to LDAP

Source Files

The download file linqtoldap.zip has the following entries.


BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/LabDefaultTemplate.11.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
Trunk/LinqToLdap.Contrib/DirectoryContextAsyncExtensions.cs
Trunk/LinqToLdap.Contrib/LdapConnectionAsyncExtensions.cs
Trunk/LinqToLdap.Contrib/LinqToLdap.Contrib.csproj
Trunk/LinqToLdap.Contrib/LinqToLdap.Contrib.csproj.vspscc
Trunk/LinqToLdap.Contrib/Properties/AssemblyInfo.cs
Trunk/LinqToLdap.Contrib/QueryableAsyncExtensions.cs
Trunk/LinqToLdap.Contrib/linqtoldap.snk/*from  w w w  .  j  av  a 2 s  .  co m*/
Trunk/LinqToLdap.Tests.ClassMapAssembly/AssemblyTestClass.cs
Trunk/LinqToLdap.Tests.ClassMapAssembly/LinqToLdap.Tests.ClassMapAssembly.csproj
Trunk/LinqToLdap.Tests.ClassMapAssembly/LinqToLdap.Tests.ClassMapAssembly.csproj.vspscc
Trunk/LinqToLdap.Tests.ClassMapAssembly/Properties/AssemblyInfo.cs
Trunk/LinqToLdap.Tests.ClassMapAssembly/linqtoldap_tests.snk
Trunk/LinqToLdap.Tests.PopulateDirectory/App.config
Trunk/LinqToLdap.Tests.PopulateDirectory/LdsUser.cs
Trunk/LinqToLdap.Tests.PopulateDirectory/LinqToLdap.Tests.PopulateDirectory.csproj
Trunk/LinqToLdap.Tests.PopulateDirectory/LinqToLdap.Tests.PopulateDirectory.csproj.vspscc
Trunk/LinqToLdap.Tests.PopulateDirectory/Program.cs
Trunk/LinqToLdap.Tests.PopulateDirectory/Properties/AssemblyInfo.cs
Trunk/LinqToLdap.Tests/Collections/DirectoryAttributesTest_Read.cs
Trunk/LinqToLdap.Tests/Collections/SearchResponseEnumeratorIntegrationTest.cs
Trunk/LinqToLdap.Tests/ConnectionFactoryTest.cs
Trunk/LinqToLdap.Tests/DirectoryContextTests.cs
Trunk/LinqToLdap.Tests/Extensions/CleanFilterValueTest.cs
Trunk/LinqToLdap.Tests/Extensions/ToDirectoryAttributeTest.cs
Trunk/LinqToLdap.Tests/Extensions/ToDirectoryModificationTest.cs
Trunk/LinqToLdap.Tests/Extensions/TypeExtensionsTest.cs
Trunk/LinqToLdap.Tests/Helpers/DelegateBuilderTest.cs
Trunk/LinqToLdap.Tests/Helpers/DnParserTest.cs
Trunk/LinqToLdap.Tests/IntegrationTests.cs
Trunk/LinqToLdap.Tests/LinqToLdap.Tests.config
Trunk/LinqToLdap.Tests/LinqToLdap.Tests.csproj
Trunk/LinqToLdap.Tests/LinqToLdap.Tests.csproj.vspscc
Trunk/LinqToLdap.Tests/Mapping/AttributeClassMapTest.cs
Trunk/LinqToLdap.Tests/Mapping/AutoClassMapTest.cs
Trunk/LinqToLdap.Tests/Mapping/ClassMapTest.cs
Trunk/LinqToLdap.Tests/Mapping/DirectoryMapperTest.cs
Trunk/LinqToLdap.Tests/Mapping/LdapConfigurationTest.cs
Trunk/LinqToLdap.Tests/Mapping/PropertyMappingBuilderTest.cs
Trunk/LinqToLdap.Tests/Mapping/PropertyMappingTest.cs
Trunk/LinqToLdap.Tests/Mapping/PropertyMappings/BooleanPropertyMappingTest.cs
Trunk/LinqToLdap.Tests/Mapping/PropertyMappings/ByteArrayArrayPropertyMappingTest.cs
Trunk/LinqToLdap.Tests/Mapping/PropertyMappings/ByteArrayCollectionPropertyMappingTest.cs
Trunk/LinqToLdap.Tests/Mapping/PropertyMappings/ByteArrayPropertyMappingTest.cs
Trunk/LinqToLdap.Tests/Mapping/PropertyMappings/CustomPropertyMappingTest.cs
Trunk/LinqToLdap.Tests/Mapping/PropertyMappings/DateArrayPropertyMappingTest.cs
Trunk/LinqToLdap.Tests/Mapping/PropertyMappings/DateCollectionPropertyMappingTest.cs
Trunk/LinqToLdap.Tests/Mapping/PropertyMappings/DatePropertyMappingTest.cs
Trunk/LinqToLdap.Tests/Mapping/PropertyMappings/EnumPropertyMappingTest.cs
Trunk/LinqToLdap.Tests/Mapping/PropertyMappings/GuidPropertyMappingTest.cs
Trunk/LinqToLdap.Tests/Mapping/PropertyMappings/NumericPropertyMappingTest.cs
Trunk/LinqToLdap.Tests/Mapping/PropertyMappings/SecurityIdentifierPropertyMappingTest.cs
Trunk/LinqToLdap.Tests/Mapping/PropertyMappings/StringArrayPropertyMappingTest.cs
Trunk/LinqToLdap.Tests/Mapping/PropertyMappings/StringCollectionPropertyMappingTest.cs
Trunk/LinqToLdap.Tests/Mapping/PropertyMappings/StringPropertyMappingTest.cs
Trunk/LinqToLdap.Tests/Mapping/PropertyMappings/X509Certificate2ArrayPropertyMappingTest.cs
Trunk/LinqToLdap.Tests/Mapping/PropertyMappings/X509Certificate2CollectionPropertyMappingTest.cs
Trunk/LinqToLdap.Tests/Mapping/PropertyMappings/X509Certificate2PropertyMappingTest.cs
Trunk/LinqToLdap.Tests/Mapping/SubClassMapTest.cs
Trunk/LinqToLdap.Tests/PerformanceTests/DelegateSpeedTest.cs
Trunk/LinqToLdap.Tests/PooledConnectionFactoryTest.cs
Trunk/LinqToLdap.Tests/PredicateBuilderTest.cs
Trunk/LinqToLdap.Tests/Properties/AssemblyInfo.cs
Trunk/LinqToLdap.Tests/Properties/Resources.Designer.cs
Trunk/LinqToLdap.Tests/Properties/Resources.resx
Trunk/LinqToLdap.Tests/QueryCommands/AnyQueryCommandTest.cs
Trunk/LinqToLdap.Tests/QueryCommands/GetRequestCommandTest.cs
Trunk/LinqToLdap.Tests/QueryCommands/ListEntriesQueryCommand.cs
Trunk/LinqToLdap.Tests/QueryCommands/StandardQueryCommandTest.cs
Trunk/LinqToLdap.Tests/QueryTranslatorTestClass.cs
Trunk/LinqToLdap.Tests/Resources/cert.cer
Trunk/LinqToLdap.Tests/Resources/cert2.cer
Trunk/LinqToLdap.Tests/Resources/t5_2qh03.png
Trunk/LinqToLdap.Tests/TestSupport/DirectoryControlFactory.cs
Trunk/LinqToLdap.Tests/TestSupport/ExtensionMethods/ObjectExtensions.cs
Trunk/LinqToLdap.Tests/TestSupport/ExtensionMethods/TypeExtensions.cs
Trunk/LinqToLdap.Tests/TestSupport/MockLdapConnection.cs
Trunk/LinqToLdap.Tests/TestSupport/MockQuery.cs
Trunk/LinqToLdap.Tests/TestSupport/MockQueryCommandFactory.cs
Trunk/LinqToLdap.Tests/TestSupport/MockQueryContext.cs
Trunk/LinqToLdap.Tests/TestSupport/MockQueryProvider.cs
Trunk/LinqToLdap.Tests/TestSupport/QueryCommands/MockStandardQueryCommand.cs
Trunk/LinqToLdap.Tests/Transformers/ResultTransformerTest.cs
Trunk/LinqToLdap.Tests/Visitors/BooleanReducerTest.cs
Trunk/LinqToLdap.Tests/Visitors/BooleanRewriterTest.cs
Trunk/LinqToLdap.Tests/Visitors/NullableEvaluatorTest.cs
Trunk/LinqToLdap.Tests/Visitors/QueryTranslatorFilterTest.cs
Trunk/LinqToLdap.Tests/Visitors/QueryTranslatorQueryMethodTests.cs
Trunk/LinqToLdap.Tests/Visitors/SelectProjectorTest.cs
Trunk/LinqToLdap.Tests/distortion4.bmp
Trunk/LinqToLdap.Tests/linqtoldap_tests.snk
Trunk/LinqToLdap.Tests/packages.config
Trunk/LinqToLdap.sln
Trunk/LinqToLdap.vssscc
Trunk/LinqToLdap/Collections/DirectoryAttributes.cs
Trunk/LinqToLdap/Collections/IDirectoryAttributes.cs
Trunk/LinqToLdap/Collections/ILdapPage.cs
Trunk/LinqToLdap/Collections/LdapPage.cs
Trunk/LinqToLdap/Collections/Nothing.cs
Trunk/LinqToLdap/Collections/OriginalValuesCollection.cs
Trunk/LinqToLdap/Collections/ReadOnlyDictionary.cs
Trunk/LinqToLdap/Collections/SafeDictionary.cs
Trunk/LinqToLdap/Collections/SafeList.cs
Trunk/LinqToLdap/Collections/SearchResponseEnumerable.cs
Trunk/LinqToLdap/Collections/SerializableKeyValuePair.cs
Trunk/LinqToLdap/ConnectionFactoryBase.cs
Trunk/LinqToLdap/DirectoryContext.cs
Trunk/LinqToLdap/DirectoryQuery.cs
Trunk/LinqToLdap/DirectoryQueryProvider.cs
Trunk/LinqToLdap/EnumerableExtensions.cs
Trunk/LinqToLdap/EventListeners/IEventListener.cs
Trunk/LinqToLdap/EventListeners/IPostAddEventListener.cs
Trunk/LinqToLdap/EventListeners/IPostDeleteEventListener.cs
Trunk/LinqToLdap/EventListeners/IPostUpdateEventListener.cs
Trunk/LinqToLdap/EventListeners/IPreAddEventListener.cs
Trunk/LinqToLdap/EventListeners/IPreDeleteEventListener.cs
Trunk/LinqToLdap/EventListeners/IPreUpdateEventListener.cs
Trunk/LinqToLdap/EventListeners/ListenerPostArgs.cs
Trunk/LinqToLdap/EventListeners/ListenerPreArgs.cs
Trunk/LinqToLdap/Exceptions/FilterException.cs
Trunk/LinqToLdap/Exceptions/MappingException.cs
Trunk/LinqToLdap/Exceptions/MissingConstructorException.cs
Trunk/LinqToLdap/ExtensionMethods.cs
Trunk/LinqToLdap/Filter.cs
Trunk/LinqToLdap/Helpers/DelegateBuilder.cs
Trunk/LinqToLdap/Helpers/DnParser.cs
Trunk/LinqToLdap/Helpers/InternalTuple.cs
Trunk/LinqToLdap/Helpers/TypeSystem.cs
Trunk/LinqToLdap/IDirectoryContext.cs
Trunk/LinqToLdap/ILdapConfiguration.cs
Trunk/LinqToLdap/ILdapConnectionFactory.cs
Trunk/LinqToLdap/ILdapConnectionFactoryConfiguration.cs
Trunk/LinqToLdap/IPooledConnectionFactoryConfiguration.cs
Trunk/LinqToLdap/IPooledLdapConnectionFactory.cs
Trunk/LinqToLdap/LdapConfiguration.cs
Trunk/LinqToLdap/LdapConnectionExtensions.cs
Trunk/LinqToLdap/LdapConnectionFactory.cs
Trunk/LinqToLdap/LinqToLdap.csproj
Trunk/LinqToLdap/LinqToLdap.csproj.vspscc
Trunk/LinqToLdap/Logging/ILinqToLdapLogger.cs
Trunk/LinqToLdap/Logging/LoggingExtensions.cs
Trunk/LinqToLdap/Logging/ObjectDumper.cs
Trunk/LinqToLdap/Logging/SimpleTextLogger.cs
Trunk/LinqToLdap/Logging/TraceTextWriter.cs
Trunk/LinqToLdap/Mapping/AnonymousObjectMapping.cs
Trunk/LinqToLdap/Mapping/AttributeClassMap.cs
Trunk/LinqToLdap/Mapping/AutoClassMap.cs
Trunk/LinqToLdap/Mapping/ClassMap.cs
Trunk/LinqToLdap/Mapping/ClassMapMapMethods.cs
Trunk/LinqToLdap/Mapping/CustomPropertyMappingBuilder.cs
Trunk/LinqToLdap/Mapping/DirectoryAttributeAttribute.cs
Trunk/LinqToLdap/Mapping/DirectoryMapper.cs
Trunk/LinqToLdap/Mapping/DirectoryObjectBase.cs
Trunk/LinqToLdap/Mapping/DirectorySchemaAttribute.cs
Trunk/LinqToLdap/Mapping/DistinguishedNameAttribute.cs
Trunk/LinqToLdap/Mapping/DynamicObjectMapping.cs
Trunk/LinqToLdap/Mapping/IClassMap.cs
Trunk/LinqToLdap/Mapping/ICustomPropertyMapper.cs
Trunk/LinqToLdap/Mapping/IDirectoryMapper.cs
Trunk/LinqToLdap/Mapping/IDirectoryObject.cs
Trunk/LinqToLdap/Mapping/IObjectMapping.cs
Trunk/LinqToLdap/Mapping/IPropertyMapper.cs
Trunk/LinqToLdap/Mapping/IPropertyMapping.cs
Trunk/LinqToLdap/Mapping/IPropertyMappingBuilder.cs
Trunk/LinqToLdap/Mapping/ObjectMapping.cs
Trunk/LinqToLdap/Mapping/PropertyMapping.cs
Trunk/LinqToLdap/Mapping/PropertyMappingBuilder.cs
Trunk/LinqToLdap/Mapping/PropertyMappingBuilders/DateTimePropertyMappingBuilder.cs
Trunk/LinqToLdap/Mapping/PropertyMappingBuilders/IDateTimePropertyMappingBuilder.cs
Trunk/LinqToLdap/Mapping/PropertyMappingBuilders/IDirectoryValueConversionMapper.cs
Trunk/LinqToLdap/Mapping/PropertyMappingGeneric.cs
Trunk/LinqToLdap/Mapping/PropertyMappings/BooleanPropertyMapping.cs
Trunk/LinqToLdap/Mapping/PropertyMappings/ByteArrayArrayPropertyMapping.cs
Trunk/LinqToLdap/Mapping/PropertyMappings/ByteArrayCollectionPropertyMapping.cs
Trunk/LinqToLdap/Mapping/PropertyMappings/ByteArrayPropertyMapping.cs
Trunk/LinqToLdap/Mapping/PropertyMappings/CustomPropertyMapping.cs
Trunk/LinqToLdap/Mapping/PropertyMappings/DateArrayPropertyMapping.cs
Trunk/LinqToLdap/Mapping/PropertyMappings/DateCollectionPropertyMapping.cs
Trunk/LinqToLdap/Mapping/PropertyMappings/DatePropertyMapping.cs
Trunk/LinqToLdap/Mapping/PropertyMappings/EnumPropertyMapping.cs
Trunk/LinqToLdap/Mapping/PropertyMappings/GuidPropertyMapping.cs
Trunk/LinqToLdap/Mapping/PropertyMappings/NumericPropertyMapping.cs
Trunk/LinqToLdap/Mapping/PropertyMappings/PropertyMappingArguments.cs
Trunk/LinqToLdap/Mapping/PropertyMappings/SecurityIdentifierPropertyMapping.cs
Trunk/LinqToLdap/Mapping/PropertyMappings/StringArrayPropertyMapping.cs
Trunk/LinqToLdap/Mapping/PropertyMappings/StringCollectionPropertyMapping.cs
Trunk/LinqToLdap/Mapping/PropertyMappings/StringPropertyMapping.cs
Trunk/LinqToLdap/Mapping/PropertyMappings/X509Certificate2ArrayPropertyMapping.cs
Trunk/LinqToLdap/Mapping/PropertyMappings/X509Certificate2CollectionPropertyMapping.cs
Trunk/LinqToLdap/Mapping/PropertyMappings/X509Certificate2PropertyMapping.cs
Trunk/LinqToLdap/Mapping/ServerObjectMapping.cs
Trunk/LinqToLdap/Mapping/StandardObjectMapping.cs
Trunk/LinqToLdap/Mapping/SubClassMap.cs
Trunk/LinqToLdap/OC.cs
Trunk/LinqToLdap/PooledLdapConnectionFactory.cs
Trunk/LinqToLdap/PredicateBuilder.cs
Trunk/LinqToLdap/Properties/AssemblyInfo.cs
Trunk/LinqToLdap/QueryCommands/AnyQueryCommand.cs
Trunk/LinqToLdap/QueryCommands/CountQueryCommand.cs
Trunk/LinqToLdap/QueryCommands/FirstOrDefaultQueryCommand.cs
Trunk/LinqToLdap/QueryCommands/GetRequestCommand.cs
Trunk/LinqToLdap/QueryCommands/IQueryCommand.cs
Trunk/LinqToLdap/QueryCommands/IQueryCommandFactory.cs
Trunk/LinqToLdap/QueryCommands/Options/DynamicQueryCommandOptions.cs
Trunk/LinqToLdap/QueryCommands/Options/IPagingOptions.cs
Trunk/LinqToLdap/QueryCommands/Options/IQueryCommandOptions.cs
Trunk/LinqToLdap/QueryCommands/Options/ISortingOptions.cs
Trunk/LinqToLdap/QueryCommands/Options/ListAttributesQueryCommandOptions.cs
Trunk/LinqToLdap/QueryCommands/Options/PagingOptions.cs
Trunk/LinqToLdap/QueryCommands/Options/ProjectionQueryCommandOptions.cs
Trunk/LinqToLdap/QueryCommands/Options/QueryCommandOptions.cs
Trunk/LinqToLdap/QueryCommands/Options/SortingOptions.cs
Trunk/LinqToLdap/QueryCommands/Options/StandardQueryCommandOptions.cs
Trunk/LinqToLdap/QueryCommands/QueryCommand.cs
Trunk/LinqToLdap/QueryCommands/QueryCommandFactory.cs
Trunk/LinqToLdap/QueryCommands/SingleOrDefaultQueryCommand.cs
Trunk/LinqToLdap/QueryCommands/SingleQueryCommand.cs
Trunk/LinqToLdap/QueryCommands/StandardQueryCommand.cs
Trunk/LinqToLdap/QueryProvider.cs
Trunk/LinqToLdap/QueryableExtensions.cs
Trunk/LinqToLdap/SelectProjection.cs
Trunk/LinqToLdap/Transformers/DynamicResultTransformer.cs
Trunk/LinqToLdap/Transformers/IResultTransformer.cs
Trunk/LinqToLdap/Transformers/ProjectionResultTransformer.cs
Trunk/LinqToLdap/Transformers/RawEntryResultTransformer.cs
Trunk/LinqToLdap/Transformers/ResultTransformer.cs
Trunk/LinqToLdap/Visitors/BooleanReducer.cs
Trunk/LinqToLdap/Visitors/BooleanRewriter.cs
Trunk/LinqToLdap/Visitors/DynamicSelectProjector.cs
Trunk/LinqToLdap/Visitors/EnumerableVisitor.cs
Trunk/LinqToLdap/Visitors/Evaluator.cs
Trunk/LinqToLdap/Visitors/ExpressionVisitor.cs
Trunk/LinqToLdap/Visitors/MemberVisitor.cs
Trunk/LinqToLdap/Visitors/Nominator.cs
Trunk/LinqToLdap/Visitors/NullVisitor.cs
Trunk/LinqToLdap/Visitors/QueryTranslator.cs
Trunk/LinqToLdap/Visitors/SelectProjector.cs
Trunk/LinqToLdap/linqtoldap.nuspec
Trunk/LinqToLdap/linqtoldap.snk
Trunk/linqtoldap.snk
Trunk/linqtoldap_tests.snk
Trunk/packages/Moq.4.0.10827/License.txt
Trunk/packages/Moq.4.0.10827/Moq.4.0.10827.nupkg
Trunk/packages/Moq.4.0.10827/Moq.4.0.10827.nuspec
Trunk/packages/Moq.4.0.10827/Moq.chm
Trunk/packages/Moq.4.0.10827/lib/NET35/Moq.dll
Trunk/packages/Moq.4.0.10827/lib/NET35/Moq.pdb
Trunk/packages/Moq.4.0.10827/lib/NET35/Moq.xml
Trunk/packages/Moq.4.0.10827/lib/NET40/Moq.dll
Trunk/packages/Moq.4.0.10827/lib/NET40/Moq.pdb
Trunk/packages/Moq.4.0.10827/lib/NET40/Moq.xml
Trunk/packages/Moq.4.0.10827/lib/Silverlight4/Castle.Core.dll
Trunk/packages/Moq.4.0.10827/lib/Silverlight4/Moq.Silverlight.dll
Trunk/packages/Moq.4.0.10827/lib/Silverlight4/Moq.Silverlight.pdb
Trunk/packages/Moq.4.0.10827/lib/Silverlight4/Moq.Silverlight.xml
Trunk/packages/SharpTestsEx.1.1.1/License.txt
Trunk/packages/SharpTestsEx.1.1.1/Read_Me.txt
Trunk/packages/SharpTestsEx.1.1.1/SharpTestsEx.1.1.1.nupkg
Trunk/packages/SharpTestsEx.1.1.1/SharpTestsEx.snk
Trunk/packages/SharpTestsEx.1.1.1/lib/SharpTestsEx.Mvc.XML
Trunk/packages/SharpTestsEx.1.1.1/lib/SharpTestsEx.Mvc.dll
Trunk/packages/SharpTestsEx.1.1.1/lib/SharpTestsEx.Mvc.pdb
Trunk/packages/SharpTestsEx.1.1.1/lib/SharpTestsEx.XML
Trunk/packages/SharpTestsEx.1.1.1/lib/SharpTestsEx.dll
Trunk/packages/SharpTestsEx.1.1.1/lib/SharpTestsEx.pdb
Trunk/packages/SharpTestsEx.1.1.1/lib/SharpTestsEx.snk
Trunk/packages/repositories.config

Download

Click the following link to download linqtoldap.zip.

linqtoldap.zip




















Home »
  C# Free Code »
    Network »




ActiveDirectory
Bluetooth
Client
FTP
LDAP
Network
Server
Socket
TCP
WCF