EntityFramework.Utilities
Provides extensions for EntityFramework that doesn't exist out of the box like delete and update by query and bulk inserts
File Explorer
Download Latest Version (.zip)- AssemblyInfo.cs
- App.config
- ColumnMapping.cs
- Configuration.cs
- ContextExtensionMethods.cs
- DatabaseExtensionMethods.cs
- EFBatchOperation.cs
- EFDataReader.cs
- EFQueryHelpers.cs
- EFUQueryable.cs
- EFUQueryProvider.cs
- EntityFramework.Utilities.csproj
- ExpressionHelper.cs
- Fallbacks.cs
- IIncludeContainer.cs
- IQueryProvider.cs
- MappingHelper.cs
- packages.config
- QueryInformation.cs
- SqlQueryProvider.cs
- SqlStringHelper.cs
- UpdateSpec.cs
- EntityFramework.Utilities.sln.ide
- ServiceStack.Text.dll
- ServiceStack.Text.XML
- ServiceStack.Text.dll
- ServiceStack.Text.xml
- ServiceStack.Text.WP.dll
- ServiceStack.Text.WP.XML
- ServiceStack.Text.dll
- ServiceStack.Text.xml
- ServiceStack.Text.3.8.3.nupkg
- AssemblyInfo.cs
- App.config
- packages.config
- PerformanceTests.csproj
- Program.cs
- Contact.cs
- Context.cs
- Email.cs
- Person.cs
- PhoneNumber.cs
- Queries.cs
- RenamedAndReorderedContext.cs
- ReorderedContext.cs
- BlogPost.cs
- Comment.cs
- MultiPKObject.cs
- NumericTestObject.cs
- RenamedAndReorderedBlogPost.cs
- ReorderedBlogPost.cs
- AssemblyInfo.cs
- App.config
- AttachAndModifyTest.cs
- ConnectionStringReader.cs
- ConnectionStrings.cs
- connectionStrings.json
- connectionStrings.json.example
- DeleteByQueryTest.cs
- IncludeTest.cs
- InsertTests.cs
- packages.config
- RenamedColumnsUpdateAllTest.cs
- Tests.csproj
- UpdateBulkTests.cs
- UpdateByQueryTest.cs
- EntityFramework.Utilities.sln
- LICENSE.txt
- .gitattributes
- .gitignore
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/MikaelEliasson/EntityFramework.Utilities
Downloads the entire project code from GitHub to your computer.
cd EntityFramework.Utilities
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
cd EntityFramework.Utilities
This project's files live in a subfolder, so move into it first.
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
// repository documentation
Was this content helpful?
(0 ratings)
