Download NCommon
Description
NCommon is a library that contains a set of helper frameworks and classes that can be used in projects to implement common patterns.
Source Files
The download file ncommon.zip has the following entries.
trunk/Libs/Castle.Core.dll//ww w .j av a2 s . c om
trunk/Libs/Castle.DynamicProxy.license.txt
trunk/Libs/Castle.DynamicProxy2.dll
trunk/Libs/FluentNHibernate.dll
trunk/Libs/Iesi.Collections.dll
trunk/Libs/Iesi.Collections.license.txt
trunk/Libs/Iesi.Collections.pdb
trunk/Libs/Iesi.Collections.xml
trunk/Libs/LinFu.DynamicProxy.dll
trunk/Libs/Microsoft.Practices.ServiceLocation.dll
trunk/Libs/NHibernate.ByteCode.Castle.dll
trunk/Libs/NHibernate.ByteCode.Castle.pdb
trunk/Libs/NHibernate.ByteCode.Castle.xml
trunk/Libs/NHibernate.ByteCode.LinFu.dll
trunk/Libs/NHibernate.Linq.dll
trunk/Libs/NHibernate.Linq.pdb
trunk/Libs/NHibernate.dll
trunk/Libs/NHibernate.license.txt
trunk/Libs/NHibernate.pdb
trunk/Libs/NHibernate.xml
trunk/Libs/Rhino.Mocks.dll
trunk/Libs/log4net.dll
trunk/Libs/log4net.license.txt
trunk/NCommon Everything.sln
trunk/NCommon.EntityFramework/src/EFRepository.cs
trunk/NCommon.EntityFramework/src/EFTransaction.cs
trunk/NCommon.EntityFramework/src/EFUnitOfWork.cs
trunk/NCommon.EntityFramework/src/EFUnitOfWorkFactory.cs
trunk/NCommon.EntityFramework/src/IEFSession.cs
trunk/NCommon.EntityFramework/src/NCommon.EntityFramework.csproj
trunk/NCommon.EntityFramework/src/Properties/AssemblyInfo.cs
trunk/NCommon.EntityFramework/tests/App.Config
trunk/NCommon.EntityFramework/tests/Domain/ModelExtemds.cs
trunk/NCommon.EntityFramework/tests/Domain/TestModel.Designer.cs
trunk/NCommon.EntityFramework/tests/Domain/TestModel.edmx
trunk/NCommon.EntityFramework/tests/EFRepositoryTests.cs
trunk/NCommon.EntityFramework/tests/EFTransactionTests.cs
trunk/NCommon.EntityFramework/tests/EFUnitOfWorkFactoryTests.cs
trunk/NCommon.EntityFramework/tests/EFUnitOfWorkTests.cs
trunk/NCommon.EntityFramework/tests/NCommon.EntityFramework.Tests.csproj
trunk/NCommon.EntityFramework/tests/Properties/AssemblyInfo.cs
trunk/NCommon.LinqToSql/src/ILinqSession.cs
trunk/NCommon.LinqToSql/src/LinqToSqlRepository.cs
trunk/NCommon.LinqToSql/src/LinqToSqlTransaction.cs
trunk/NCommon.LinqToSql/src/LinqToSqlUnitOfWork.cs
trunk/NCommon.LinqToSql/src/LinqToSqlUnitOfWorkFactory.cs
trunk/NCommon.LinqToSql/src/NCommon.LinqToSql.csproj
trunk/NCommon.LinqToSql/src/Properties/AssemblyInfo.cs
trunk/NCommon.LinqToSql/tests/Domain/TestData.cs
trunk/NCommon.LinqToSql/tests/Domain/TestData.dbml
trunk/NCommon.LinqToSql/tests/Domain/TestData.dbml.layout
trunk/NCommon.LinqToSql/tests/Domain/TestData.designer.cs
trunk/NCommon.LinqToSql/tests/LinqToSqlRepositoryTests.cs
trunk/NCommon.LinqToSql/tests/LinqToSqlTransactionTests.cs
trunk/NCommon.LinqToSql/tests/LinqToSqlUnitOfWorkFactoryTests.cs
trunk/NCommon.LinqToSql/tests/LinqToSqlUnitOfWorkTests.cs
trunk/NCommon.LinqToSql/tests/NCommon.LinqToSql.Tests.csproj
trunk/NCommon.LinqToSql/tests/Properties/AssemblyInfo.cs
trunk/NCommon.LinqToSql/tests/Properties/Settings.Designer.cs
trunk/NCommon.LinqToSql/tests/Properties/Settings.settings
trunk/NCommon.LinqToSql/tests/app.config
trunk/NCommon.NHibernate/src/CompositeUserTypeBase.cs
trunk/NCommon.NHibernate/src/NCommon.NHibernate.csproj
trunk/NCommon.NHibernate/src/NHRepository.cs
trunk/NCommon.NHibernate/src/NHTransaction.cs
trunk/NCommon.NHibernate/src/NHUnitOfWork.cs
trunk/NCommon.NHibernate/src/NHUnitOfWorkFactory.cs
trunk/NCommon.NHibernate/src/Properties/AssemblyInfo.cs
trunk/NCommon.NHibernate/tests/App.config
trunk/NCommon.NHibernate/tests/CompositeUserTypeBaseTests.cs
trunk/NCommon.NHibernate/tests/Domain/Address.cs
trunk/NCommon.NHibernate/tests/Domain/Customer.cs
trunk/NCommon.NHibernate/tests/Domain/Customer.hbm.xml
trunk/NCommon.NHibernate/tests/Domain/Money.cs
trunk/NCommon.NHibernate/tests/Domain/MoneyUserType.cs
trunk/NCommon.NHibernate/tests/Domain/MonthlySalesSummary.cs
trunk/NCommon.NHibernate/tests/Domain/MonthlySalesSummary.hbm.xml
trunk/NCommon.NHibernate/tests/Domain/Order.cs
trunk/NCommon.NHibernate/tests/Domain/Order.hbm.xml
trunk/NCommon.NHibernate/tests/Domain/OrderItem.cs
trunk/NCommon.NHibernate/tests/Domain/OrderItem.hbm.xml
trunk/NCommon.NHibernate/tests/Domain/Product.cs
trunk/NCommon.NHibernate/tests/Domain/Product.hbm.xml
trunk/NCommon.NHibernate/tests/NCommon.NHibernate.Tests.csproj
trunk/NCommon.NHibernate/tests/NHRepositoryTests.cs
trunk/NCommon.NHibernate/tests/NHTransactionTests.cs
trunk/NCommon.NHibernate/tests/NHUnitOfWorkFactoryTests.cs
trunk/NCommon.NHibernate/tests/NHUnitOfWorkTests.cs
trunk/NCommon.NHibernate/tests/Properties/AssemblyInfo.cs
trunk/NCommon/src/Data/IFetchingStrategy.cs
trunk/NCommon/src/Data/IRepository.cs
trunk/NCommon/src/Data/ITransaction.cs
trunk/NCommon/src/Data/IUnitOfWork.cs
trunk/NCommon/src/Data/IUnitOfWorkFactory.cs
trunk/NCommon/src/Data/RepositoryBase.cs
trunk/NCommon/src/Data/UnitOfWork.cs
trunk/NCommon/src/Data/UnitOfWorkScope.cs
trunk/NCommon/src/Data/UnitOfWorkScopeTransaction.cs
trunk/NCommon/src/Data/UnitOfWorkScopeTransactionOptions.cs
trunk/NCommon/src/Expressions/ExpressionVisitor.cs
trunk/NCommon/src/Expressions/MemberAccessPathVisitor.cs
trunk/NCommon/src/Expressions/MemberAccessPropertyInfoVisitor.cs
trunk/NCommon/src/Extensions/CollectionExtensions.cs
trunk/NCommon/src/Extensions/SpecificationExtensions.cs
trunk/NCommon/src/Guard.cs
trunk/NCommon/src/NCommon.csproj
trunk/NCommon/src/Properties/AssemblyInfo.cs
trunk/NCommon/src/Rules/BusinessRule.cs
trunk/NCommon/src/Rules/BusinessRulesEvaluatorBase.cs
trunk/NCommon/src/Rules/EntityValidatorBase.cs
trunk/NCommon/src/Rules/IBusinessRule.cs
trunk/NCommon/src/Rules/IBusinessRulesEvaluator.cs
trunk/NCommon/src/Rules/IEntityValidator.cs
trunk/NCommon/src/Rules/IValidationRule.cs
trunk/NCommon/src/Rules/SpecificationRuleBase.cs
trunk/NCommon/src/Rules/ValidationError.cs
trunk/NCommon/src/Rules/ValidationResult.cs
trunk/NCommon/src/Rules/ValidationRule.cs
trunk/NCommon/src/Specifications/ISpecification.cs
trunk/NCommon/src/Specifications/Specification.cs
trunk/NCommon/src/Storage/AppStorage.cs
trunk/NCommon/src/Storage/LocalStorage.cs
trunk/NCommon/src/Storage/SessionStorage.cs
trunk/NCommon/src/Storage/Store.cs
trunk/NCommon/src/Util/Inflector.cs
trunk/NCommon/tests/Data/UnitOfWorkScopeTests.cs
trunk/NCommon/tests/Data/UnitOfWorkScopeTransactionTests.cs
trunk/NCommon/tests/Data/UnitOfWorkTests.cs
trunk/NCommon/tests/Expressions/MemberAccessPathVisitorTests.cs
trunk/NCommon/tests/GuardTests.cs
trunk/NCommon/tests/NCommon.Tests.csproj
trunk/NCommon/tests/Properties/AssemblyInfo.cs
trunk/NCommon/tests/Rules/BusinessRuleEvaluatorBaseTests.cs
trunk/NCommon/tests/Rules/BusinessRuleTests.cs
trunk/NCommon/tests/Rules/EntityValidatorBaseTests.cs
trunk/NCommon/tests/Rules/ValidationRuleTests.cs
trunk/NCommon/tests/Specifications/SpecificationRuleBaseTests.cs
trunk/NCommon/tests/Specifications/SpecificationTests.cs
trunk/TestDB.sql
Download
Click the following link to download ncommon.zip.
ncommon.zipHome »
C# Free Code »
Development »
C# Free Code »
Development »