Download .NET Code Library
Description
A utility library containing boilerplate code, extension methods, new classes, and/or improvements to existing classes.
Source Files
The download file codelibrary.zip has the following entries.
trunk/CodeLibrary.vsmdi//from ww w . ja v a 2 s.c o m
trunk/DL.Core.Data.Ado.Tests/DL.Core.Data.Ado.Tests.csproj
trunk/DL.Core.Data.Ado.Tests/DL.Core.Data.Ado.Tests.csproj.vspscc
trunk/DL.Core.Data.Ado.Tests/Properties/AssemblyInfo.cs
trunk/DL.Core.Data.Ado/AdoBaseOperation.cs
trunk/DL.Core.Data.Ado/AdoBaseRepository.cs
trunk/DL.Core.Data.Ado/AdoNonQueryOperation.cs
trunk/DL.Core.Data.Ado/AdoQueryOperation.cs
trunk/DL.Core.Data.Ado/AdoScalarOperation.cs
trunk/DL.Core.Data.Ado/DL.Core.Data.Ado.csproj
trunk/DL.Core.Data.Ado/DL.Core.Data.Ado.csproj.vspscc
trunk/DL.Core.Data.Ado/Properties/AssemblyInfo.cs
trunk/DL.Core.Data.EntityFramework.Tests/Auditing/AuditorFactoryBaseTests.cs
trunk/DL.Core.Data.EntityFramework.Tests/Auditing/MockAuditor.cs
trunk/DL.Core.Data.EntityFramework.Tests/Auditing/MockAuditorFactory.cs
trunk/DL.Core.Data.EntityFramework.Tests/DL.Core.Data.EntityFramework.Tests.csproj
trunk/DL.Core.Data.EntityFramework.Tests/DL.Core.Data.EntityFramework.Tests.csproj.vspscc
trunk/DL.Core.Data.EntityFramework.Tests/MockObject.cs
trunk/DL.Core.Data.EntityFramework.Tests/Properties/AssemblyInfo.cs
trunk/DL.Core.Data.EntityFramework/Auditing/AuditLog.cs
trunk/DL.Core.Data.EntityFramework/Auditing/AuditLogMapper.cs
trunk/DL.Core.Data.EntityFramework/Auditing/AuditorBase.cs
trunk/DL.Core.Data.EntityFramework/Auditing/AuditorFactoryBase.cs
trunk/DL.Core.Data.EntityFramework/Auditing/ChangeProcessor.cs
trunk/DL.Core.Data.EntityFramework/Auditing/IAuditor.cs
trunk/DL.Core.Data.EntityFramework/DL.Core.Data.EntityFramework.csproj
trunk/DL.Core.Data.EntityFramework/DL.Core.Data.EntityFramework.csproj.vspscc
trunk/DL.Core.Data.EntityFramework/Mapping/IMapper.cs
trunk/DL.Core.Data.EntityFramework/Mapping/MapperBase.cs
trunk/DL.Core.Data.EntityFramework/Mapping/ModelBuilderHelperBase.cs
trunk/DL.Core.Data.EntityFramework/Properties/AssemblyInfo.cs
trunk/DL.Core.Data.Sqlite/DL.Core.Data.Sqlite.csproj
trunk/DL.Core.Data.Sqlite/DL.Core.Data.Sqlite.csproj.vspscc
trunk/DL.Core.Data.Sqlite/Properties/AssemblyInfo.cs
trunk/DL.Core.Data.Sqlite/SqliteBaseOperation.cs
trunk/DL.Core.Data.Sqlite/SqliteDataContext.cs
trunk/DL.Core.Data.Sqlite/SqliteNonQueryOperation.cs
trunk/DL.Core.Data.Sqlite/SqliteQueryOperation.cs
trunk/DL.Core.Data.Sqlite/SqliteScalarOperation.cs
trunk/DL.Core.Tests/DL.Core.Tests.csproj
trunk/DL.Core.Tests/DL.Core.Tests.csproj.vspscc
trunk/DL.Core.Tests/Data/DatabaseValueParserTests.cs
trunk/DL.Core.Tests/Data/DbParameterFactoryTests.cs
trunk/DL.Core.Tests/Enums/EnumUtilTests.cs
trunk/DL.Core.Tests/Expressions/BinaryExpressionBuilderTests.cs
trunk/DL.Core.Tests/Expressions/ExpressionBuilderTests.cs
trunk/DL.Core.Tests/Expressions/MethodCallExpressionBuilderTests.cs
trunk/DL.Core.Tests/Mocks/ComplexObject.cs
trunk/DL.Core.Tests/Mocks/SimpleObject.cs
trunk/DL.Core.Tests/Properties/AssemblyInfo.cs
trunk/DL.Core.Tests/ServiceLocatorTests.cs
trunk/DL.Core.Validation.Fluent/AlphaNumericValidator.cs
trunk/DL.Core.Validation.Fluent/DL.Core.Validation.Fluent.csproj
trunk/DL.Core.Validation.Fluent/DL.Core.Validation.Fluent.csproj.vspscc
trunk/DL.Core.Validation.Fluent/FluentValidationService.cs
trunk/DL.Core.Validation.Fluent/LatitudeValidator.cs
trunk/DL.Core.Validation.Fluent/LongitudeValidator.cs
trunk/DL.Core.Validation.Fluent/MsTest/ValidatorExtensions.cs
trunk/DL.Core.Validation.Fluent/Properties/AssemblyInfo.cs
trunk/DL.Core.Validation.Fluent/SqlDateValidator.cs
trunk/DL.Core.Validation.Fluent/UnitedStatesPhoneNumberValidator.cs
trunk/DL.Core.Validation.Fluent/UnitedStatesSocialSecurityNumberValidator.cs
trunk/DL.Core.Validation.Fluent/ZipCodeValidator.cs
trunk/DL.Core.Web.Security.EntityFramework/DL.Core.Web.Security.EntityFramework.csproj
trunk/DL.Core.Web.Security.EntityFramework/DL.Core.Web.Security.EntityFramework.csproj.vspscc
trunk/DL.Core.Web.Security.EntityFramework/EntityFrameworkMembershipProvider.cs
trunk/DL.Core.Web.Security.EntityFramework/EntityFrameworkRoleProvider.cs
trunk/DL.Core.Web.Security.EntityFramework/HashHelper.cs
trunk/DL.Core.Web.Security.EntityFramework/Properties/AssemblyInfo.cs
trunk/DL.Core.Web.Security.EntityFramework/ProviderContext.cs
trunk/DL.Core.Web.Security.EntityFramework/Role.cs
trunk/DL.Core.Web.Security.EntityFramework/User.cs
trunk/DL.Core.Web.Tests/Controls/BinaryDropDownListTests.cs
trunk/DL.Core.Web.Tests/Controls/TernaryDropDownListTests.cs
trunk/DL.Core.Web.Tests/DL.Core.Web.Tests.csproj
trunk/DL.Core.Web.Tests/DL.Core.Web.Tests.csproj.vspscc
trunk/DL.Core.Web.Tests/Properties/AssemblyInfo.cs
trunk/DL.Core.Web/Controls/BinaryDropDownListControl.cs
trunk/DL.Core.Web/Controls/ListBoxToListBoxControl.cs
trunk/DL.Core.Web/Controls/TernaryDropDownListControl.cs
trunk/DL.Core.Web/DL.Core.Web.csproj
trunk/DL.Core.Web/DL.Core.Web.csproj.vspscc
trunk/DL.Core.Web/DataPersistenceBase.cs
trunk/DL.Core.Web/EmbeddedUserControl.cs
trunk/DL.Core.Web/Extensions/HttpContextExtensions.cs
trunk/DL.Core.Web/Properties/AssemblyInfo.cs
trunk/DL.Core.Web/Reporting/ReportViewerCredentials.cs
trunk/DL.Core.Web/Reporting/ReportViewerHelper.cs
trunk/DL.Core.Web/Rss/Feed.cs
trunk/DL.Core.Web/Rss/Image.cs
trunk/DL.Core.Web/Rss/Item.cs
trunk/DL.Core.Web/Rss/RssClient.cs
trunk/DL.Core.Web/Security/MembershipProviderFacade.cs
trunk/DL.Core.Web/Security/ProviderUser.cs
trunk/DL.Core.Web/Security/RolesProviderFacade.cs
trunk/DL.Core.Web/WebControlUtil.cs
trunk/DL.Core.Web/WebParts/HelloWorldEditorPart.cs
trunk/DL.Core.Web/WebParts/HelloWorldWebPart.cs
trunk/DL.Core.Web/WebParts/VerbsWebPart.cs
trunk/DL.Core.Web/WebParts/WebPartUtil.cs
trunk/DL.Core.Web/WebUtil.cs
trunk/DL.Core.sln
trunk/DL.Core.vssscc
trunk/DL.Core/Contracts/IIdentifiable.cs
trunk/DL.Core/Contracts/ILabelable.cs
trunk/DL.Core/Contracts/ILabeledIdentifiable.cs
trunk/DL.Core/Contracts/ISortable.cs
trunk/DL.Core/Contracts/ITransaction.cs
trunk/DL.Core/Contracts/IUnitOfWork.cs
trunk/DL.Core/DL.Core.csproj
trunk/DL.Core/DL.Core.csproj.vspscc
trunk/DL.Core/Data/DataRecordExtensions.cs
trunk/DL.Core/Data/DatabaseValueParser.cs
trunk/DL.Core/Data/DbParameterFactory.cs
trunk/DL.Core/Data/INonQueryOperation.cs
trunk/DL.Core/Data/IQueryOperation.cs
trunk/DL.Core/Data/IScalarOperation.cs
trunk/DL.Core/DirectoryServices/AccountManager.cs
trunk/DL.Core/DirectoryServices/InvalidPasswordException.cs
trunk/DL.Core/Enums/EnumUtil.cs
trunk/DL.Core/Expressions/BinaryExpressionBuilder.cs
trunk/DL.Core/Expressions/ExpressionBuilder.cs
trunk/DL.Core/Expressions/ExpressionCompositeType.cs
trunk/DL.Core/Expressions/ExpressionFilter.cs
trunk/DL.Core/Expressions/ExpressionFilterType.cs
trunk/DL.Core/Expressions/MethodCallExpressionBuilder.cs
trunk/DL.Core/IO/Compression/GZipUtil.cs
trunk/DL.Core/IO/DriveInfoUtil.cs
trunk/DL.Core/IServiceLocator.cs
trunk/DL.Core/Properties/AssemblyInfo.cs
trunk/DL.Core/ServiceLocatorBase.cs
trunk/DL.Core/TypeUtilities/DateTimeConverter.cs
trunk/DL.Core/TypeUtilities/DateTimeUtil.cs
trunk/DL.Core/TypeUtilities/Extensions/DateTimeExtensions.cs
trunk/DL.Core/TypeUtilities/Extensions/NullableExtensions.cs
trunk/DL.Core/TypeUtilities/NullableUtil.cs
trunk/DL.Core/TypeUtilities/StringUtil.cs
trunk/DL.Core/Util.cs
trunk/DL.Core/Validation/IValidationService.cs
trunk/DL.Core/Validation/ValidationError.cs
trunk/DL.Core/Validation/ValidationException.cs
trunk/Dependencies/EntityFramework.dll
trunk/Dependencies/FluentValidation.dll
trunk/LocalTestRun.testrunconfig
Download
Click the following link to download codelibrary.zip.
codelibrary.zipHome »
C# Free Code »
Development »
C# Free Code »
Development »