EFUtilities 0.4.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package EFUtilities --version 0.4.0
NuGet\Install-Package EFUtilities -Version 0.4.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EFUtilities" Version="0.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EFUtilities --version 0.4.0
#r "nuget: EFUtilities, 0.4.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install EFUtilities as a Cake Addin
#addin nuget:?package=EFUtilities&version=0.4.0

// Install EFUtilities as a Cake Tool
#tool nuget:?package=EFUtilities&version=0.4.0

Adds batch operations to Entity Framework when using MS Sql server

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.5.0 1,917 10/28/2014
0.4.2 117 10/21/2014
0.4.1 2,210 8/31/2014
0.4.0 235 6/27/2014
0.3.4 56 5/1/2014
0.3.3 50 1/10/2014
0.3.2 50 1/9/2014
0.3.1 51 1/4/2014
0.3.0 63 1/1/2014
0.2.0 57 12/25/2013
0.1.0 114 12/22/2013

New in 0.4.0:
- db.Database.ForceDelete() to delete a database even if there are open connections from SSMS for example

- db.AttachAndModify(item).Set(x => x.Property, "NewValue") Simplifies the API for updating single values on entities and working with disconnected entities.

- A more performant include added. The support is quite limited but where it works it is much faster
 
See https://github.com/MikaelEliasson/EntityFramework.Utilities/pull/9