Download Magiq

Description

Mass update, delete and insert for Linq-to-Sql and (soon) Entity Framework.

Source Files

The download file magiq.zip has the following entries.


trunk/Magiq.Tests/App.config//from  w ww. j a v a  2 s .co  m
trunk/Magiq.Tests/BaseMagiqProviderBulkInsertsTest.cs
trunk/Magiq.Tests/BaseMagiqProviderCollectionTest.cs
trunk/Magiq.Tests/BaseMagiqProviderCompositeKeysTest.cs
trunk/Magiq.Tests/BaseMagiqProviderDeletesTest.cs
trunk/Magiq.Tests/BaseMagiqProviderInsertsInheritanceTest.cs
trunk/Magiq.Tests/BaseMagiqProviderInsertsTest.cs
trunk/Magiq.Tests/BaseMagiqProviderTest.cs
trunk/Magiq.Tests/BaseMagiqProviderUpdatesTest.cs
trunk/Magiq.Tests/Entities/MagiqToEntitiesBulkInsertsTest.cs
trunk/Magiq.Tests/Entities/MagiqToEntitiesCollectionTest.cs
trunk/Magiq.Tests/Entities/MagiqToEntitiesCompositeKeysTest.cs
trunk/Magiq.Tests/Entities/MagiqToEntitiesDeletesTest.cs
trunk/Magiq.Tests/Entities/MagiqToEntitiesInsertsInheritanceTest.cs
trunk/Magiq.Tests/Entities/MagiqToEntitiesInsertsTest.cs
trunk/Magiq.Tests/Entities/MagiqToEntitiesTestConfigurator.cs
trunk/Magiq.Tests/Entities/MagiqToEntitiesUpdatesTest.cs
trunk/Magiq.Tests/Entities/TestModel/EFChildItem.cs
trunk/Magiq.Tests/Entities/TestModel/EFCompositePkChild.cs
trunk/Magiq.Tests/Entities/TestModel/EFCompositePkParent.cs
trunk/Magiq.Tests/Entities/TestModel/EFParent.cs
trunk/Magiq.Tests/Entities/TestModel/EntityFrameworkTestClass.cs
trunk/Magiq.Tests/Entities/TestModel/EntityFrameworkTestSubClass.cs
trunk/Magiq.Tests/Entities/TestModel/EntityFrameworkTestSuperClass.cs
trunk/Magiq.Tests/Entities/TestModel/TestModel.Designer.cs
trunk/Magiq.Tests/Entities/TestModel/TestModel.edmx
trunk/Magiq.Tests/ExpressionExtenssionTests.cs
trunk/Magiq.Tests/ExpressionSplitterTests.cs
trunk/Magiq.Tests/IMagiqTestConfigurator.cs
trunk/Magiq.Tests/Magiq.Tests.csproj
trunk/Magiq.Tests/Objects/EnumerableSourceFinderTests.cs
trunk/Magiq.Tests/Objects/MagiqToObjectTestConfiguration.cs
trunk/Magiq.Tests/Objects/MagiqToObjectsDeletesTest.cs
trunk/Magiq.Tests/Objects/MagiqToObjectsInsertsInheritanceTest.cs
trunk/Magiq.Tests/Objects/MagiqToObjectsInsertsTest.cs
trunk/Magiq.Tests/Objects/MagiqToObjectsUpdatesTest.cs
trunk/Magiq.Tests/Properties/AssemblyInfo.cs
trunk/Magiq.Tests/ReflectionTests.cs
trunk/Magiq.Tests/SelectStatementParserTests.cs
trunk/Magiq.Tests/Sql/MagiqToSqlBulkInsertsTest.cs
trunk/Magiq.Tests/Sql/MagiqToSqlCollectionTest.cs
trunk/Magiq.Tests/Sql/MagiqToSqlCompositeKeysTest.cs
trunk/Magiq.Tests/Sql/MagiqToSqlDeletesTest.cs
trunk/Magiq.Tests/Sql/MagiqToSqlInsertsInheritanceTest.cs
trunk/Magiq.Tests/Sql/MagiqToSqlInsertsTest.cs
trunk/Magiq.Tests/Sql/MagiqToSqlTestConfigurator.cs
trunk/Magiq.Tests/Sql/MagiqToSqlUpdatesTest.cs
trunk/Magiq.Tests/Sql/Mappings.xml
trunk/Magiq.Tests/Sql/TestModel/ChildItem.cs
trunk/Magiq.Tests/Sql/TestModel/CompositePkChild.cs
trunk/Magiq.Tests/Sql/TestModel/CompositePkParent.cs
trunk/Magiq.Tests/Sql/TestModel/LinqToSqlTestSuperClass.cs
trunk/Magiq.Tests/Sql/TestModel/Parent.cs
trunk/Magiq.Tests/Sql/TestModel/TestClass1.cs
trunk/Magiq.Tests/Sql/TestModel/TestClass1Inheritor.cs
trunk/Magiq.Tests/Support/Be.cs
trunk/Magiq.Tests/Support/Contain.cs
trunk/Magiq.Tests/Support/ExtensionMethods.cs
trunk/Magiq.Tests/Support/Have.cs
trunk/Magiq.Tests/Support/IStringToContain.cs
trunk/Magiq.Tests/Support/MagiqMock.cs
trunk/Magiq.Tests/TestModel/AnotherTestClass.cs
trunk/Magiq.Tests/TestModel/CollectionTestDomain.cs
trunk/Magiq.Tests/TestModel/CompositePkTestDomain.cs
trunk/Magiq.Tests/TestModel/IChildItem.cs
trunk/Magiq.Tests/TestModel/ICompositePkChild.cs
trunk/Magiq.Tests/TestModel/ICompositePkParent.cs
trunk/Magiq.Tests/TestModel/IParent.cs
trunk/Magiq.Tests/TestModel/ITestClass.cs
trunk/Magiq.Tests/TestModel/ITestDomain.cs
trunk/Magiq.Tests/TestModel/ITestSubClass.cs
trunk/Magiq.Tests/TestModel/ITestSuperClass.cs
trunk/Magiq.Tests/TestModel/ReferenceTestClass.cs
trunk/Magiq.Tests/TestModel/TestClass.cs
trunk/Magiq.Tests/TestModel/TestDomain.cs
trunk/Magiq.Tests/TestModel/TestInheritanceDomain.cs
trunk/Magiq.Tests/TestModel/TestSubClass.cs
trunk/Magiq.Tests/TestModel/TestSuperClass.cs
trunk/Magiq.sln
trunk/Magiq/Databases/ColumnsAssignment.cs
trunk/Magiq/Databases/CommandBuilder.cs
trunk/Magiq/Databases/CommandExtension.cs
trunk/Magiq/Databases/DatabaseOperation.cs
trunk/Magiq/Databases/Delete/DatabaseDelete.cs
trunk/Magiq/Databases/Delete/DatabaseDeleteStrategy.cs
trunk/Magiq/Databases/Delete/DeleteCommandBuilder.cs
trunk/Magiq/Databases/DynamicSelectCommandBuilder.cs
trunk/Magiq/Databases/IDatabaseBasedExecution.cs
trunk/Magiq/Databases/IDialect.cs
trunk/Magiq/Databases/IOrmAdapter.cs
trunk/Magiq/Databases/ITypeMapping.cs
trunk/Magiq/Databases/Insert/DatabaseInsert.cs
trunk/Magiq/Databases/Insert/DatabaseInsertStrategy.cs
trunk/Magiq/Databases/Insert/InsertColumnsAssignment.cs
trunk/Magiq/Databases/Insert/InsertCommandBuilder.cs
trunk/Magiq/Databases/MagiqToDatabases.cs
trunk/Magiq/Databases/PropertyMapping.cs
trunk/Magiq/Databases/Query/DatabaseQuery.cs
trunk/Magiq/Databases/Query/InsertSourceDatabaseEnumerableStrategy.cs
trunk/Magiq/Databases/Query/QueryInfoDatabaseQueryStrategy.cs
trunk/Magiq/Databases/SelectStatementInformation.cs
trunk/Magiq/Databases/SelectStatementParser.cs
trunk/Magiq/Databases/SqlServer/BulkCopyDestination.cs
trunk/Magiq/Databases/SqlServer/BulkInsertStrategy.cs
trunk/Magiq/Databases/SqlServer/SqlServerDialect.cs
trunk/Magiq/Databases/Update/DatabaseUpdate.cs
trunk/Magiq/Databases/Update/DatabaseUpdateStrategy.cs
trunk/Magiq/Databases/Update/MultipleTableUpdateEmulation.cs
trunk/Magiq/Databases/Update/TableUpdate.cs
trunk/Magiq/Databases/Update/UpdateColumnsAssignment.cs
trunk/Magiq/Databases/Update/UpdateCommandBuilder.cs
trunk/Magiq/Delete/Delete.cs
trunk/Magiq/Delete/IDelete.cs
trunk/Magiq/Delete/IDeleteStrategy.cs
trunk/Magiq/IMagiq.cs
trunk/Magiq/IMagiqConfigurator.cs
trunk/Magiq/IUpdateProvider.cs
trunk/Magiq/Insert/BulkInsert.cs
trunk/Magiq/Insert/IInsert.cs
trunk/Magiq/Insert/IInsertBuilder.cs
trunk/Magiq/Insert/IInsertSourceQueryProvider.cs
trunk/Magiq/Insert/IInsertStrategy.cs
trunk/Magiq/Insert/Insert.cs
trunk/Magiq/Insert/InsertSource.cs
trunk/Magiq/Insert/RepositoryQueryableProvider.cs
trunk/Magiq/Magiq.csproj
trunk/Magiq/MagiqConfigurator.cs
trunk/Magiq/MagiqExtensions.cs
trunk/Magiq/MagiqProvider.cs
trunk/Magiq/MagiqProviderOrderStrategy.cs
trunk/Magiq/Properties/AssemblyInfo.cs
trunk/Magiq/Providers/Entities/EdmxProvder.cs
trunk/Magiq/Providers/Entities/Insert/CollectionInsertDestination.cs
trunk/Magiq/Providers/Entities/Insert/InsertObjectSet.cs
trunk/Magiq/Providers/Entities/LinqToEntitiesAdapter.cs
trunk/Magiq/Providers/Entities/MagiqToEntities.cs
trunk/Magiq/Providers/Entities/Query/ExpressionParameterShifter.cs
trunk/Magiq/Providers/Entities/Query/IMagiqToEntitiesCollectionQueryable.cs
trunk/Magiq/Providers/Entities/Query/MagiqToEntitiesCollectionQueryable.cs
trunk/Magiq/Providers/Entities/Support/EntitiesTypeMapping.cs
trunk/Magiq/Providers/Entities/Support/EntitySetAdapter.cs
trunk/Magiq/Providers/Entities/Support/IEntitySetAdapterProvider.cs
trunk/Magiq/Providers/Entities/Support/LinqToEntitiesExtensions.cs
trunk/Magiq/Providers/Objects/DeleteStrategy.cs
trunk/Magiq/Providers/Objects/InsertSourceEnumerableStrategy.cs
trunk/Magiq/Providers/Objects/InsertStrategy.cs
trunk/Magiq/Providers/Objects/MagiqToObjects.cs
trunk/Magiq/Providers/Objects/QueryInfoQueryStrategy.cs
trunk/Magiq/Providers/Objects/UpdateStrategy.cs
trunk/Magiq/Providers/Sql/Insert/EntitySetInsertDestination.cs
trunk/Magiq/Providers/Sql/Insert/InsertTable.cs
trunk/Magiq/Providers/Sql/LinqToSqlAdapter.cs
trunk/Magiq/Providers/Sql/MagiqToSql.cs
trunk/Magiq/Providers/Sql/Query/ExpressionParameterShifter.cs
trunk/Magiq/Providers/Sql/Query/MagiqToSqlQueryable.cs
trunk/Magiq/Providers/Sql/QueryInfoExtensions.cs
trunk/Magiq/Providers/Sql/Support/EntitySetAdapter.cs
trunk/Magiq/Providers/Sql/Support/IEntitySetAdapterProvider.cs
trunk/Magiq/Providers/Sql/Support/LinqToSqlExtensions.cs
trunk/Magiq/Providers/Sql/Support/SqlTypeMapping.cs
trunk/Magiq/Providers/Sql/Support/TypeInheritanceMapping.cs
trunk/Magiq/Query/ExpressionSelectSplit.cs
trunk/Magiq/Query/IEnumerableStrategy.cs
trunk/Magiq/Query/IQueryStrategy.cs
trunk/Magiq/Query/QueryInfo.cs
trunk/Magiq/Support/CannotResolveSourceException.cs
trunk/Magiq/Support/CollectionExtensions.cs
trunk/Magiq/Support/DynamicClasses/ClassFactory.cs
trunk/Magiq/Support/DynamicClasses/DynamicClass.cs
trunk/Magiq/Support/DynamicClasses/DynamicProperty.cs
trunk/Magiq/Support/DynamicClasses/Signature.cs
trunk/Magiq/Support/EnumerableSource.cs
trunk/Magiq/Support/ExpressionChanger.cs
trunk/Magiq/Support/ExpressionExtensions.cs
trunk/Magiq/Support/ExpressionParameterChanger.cs
trunk/Magiq/Support/ExpressionSplit.cs
trunk/Magiq/Support/ExpressionVisitor.cs
trunk/Magiq/Support/IInsertDestination.cs
trunk/Magiq/Support/ListInsertDestination.cs
trunk/Magiq/Support/Reflection.cs
trunk/Magiq/Support/ReflectionBuilder.cs
trunk/Magiq/Support/SourceIsFixedSizeException.cs
trunk/Magiq/Support/StringExtensions.cs
trunk/Magiq/Support/TypeExtensions.cs
trunk/Magiq/Update/IPropertySet.cs
trunk/Magiq/Update/IUpdate.cs
trunk/Magiq/Update/IUpdateDefinition.cs
trunk/Magiq/Update/IUpdateStrategy.cs
trunk/Magiq/Update/NoPropertiesToUpdateException.cs
trunk/Magiq/Update/PropertySet.cs
trunk/Magiq/Update/Update.cs
trunk/Magiq/Update/UpdateDefinition.cs
trunk/lib/LinqToEdmx.Core.dll
trunk/lib/MirrorMirror.dll
trunk/lib/Rhino.Mocks.dll
trunk/lib/Xml.Schema.Linq.dll
trunk/lib/nunit.framework.dll
trunk/magiq.nunit

Download

Click the following link to download magiq.zip.

magiq.zip




















Home »
  C# Free Code »
    Database »




ADODotNet
CSV
Database
EntityFramework
JSON
LINQ
LINQPad
Memcached
MongoDB
MySQL
NHibernate
Oracle
ORM
SQL
SQLite
SQLServer
SSIS