Breeze.Persistence.EFCore 7.2.1

dotnet add package Breeze.Persistence.EFCore --version 7.2.1
NuGet\Install-Package Breeze.Persistence.EFCore -Version 7.2.1
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="Breeze.Persistence.EFCore" Version="7.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Breeze.Persistence.EFCore --version 7.2.1
#r "nuget: Breeze.Persistence.EFCore, 7.2.1"
#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 Breeze.Persistence.EFCore as a Cake Addin
#addin nuget:?package=Breeze.Persistence.EFCore&version=7.2.1

// Install Breeze.Persistence.EFCore as a Cake Tool
#tool nuget:?package=Breeze.Persistence.EFCore&version=7.2.1

Breeze Data Management for .NET Servers

Breeze is a library that helps you manage data in rich client applications. If you store data in a database, query and save those data as complex object graphs, and share these graphs across multiple screens of your JavaScript or C# client, Breeze is for you.

Client-side querying, caching, dynamic object graphs, change tracking and notification, model validation, batch save, offline … all part of rich data management with Breeze. Breeze clients communicate with any remote service that speaks HTTP and JSON.

Breeze lets you develop applications using the same powerful idioms on the client and server. You can

  • query with a rich query syntax
  • navigate the graph of related entities
  • track changes as you add/change/delete entities
  • perform client-side validation
  • save all changes in a single transaction
  • use the same entity model on the server and client

Install from NuGet

.NET Core

For .NET Core (2 through 7) and Entity Framework Core (2 through 7), find the following packages in NuGet.

Note: Version 7.1 or later of each package is for .NET 5, 6, and 7, whereas Version 3.x is for .NET Core 3 and Version 1.x is for .NET Core 2.

For a typical EFCore application, you would install the first two packages. For an NHibernate application, install the first package and Breeze.Persistence.NH. The last two packages are dependencies that are automatically installed by the other packages.

.NET Framework

See the docs for .NET 4.x NuGet packages

Documentation

See the docs for more info about what Breeze does and how to use it.

Set the release notes for changes in the latest version.

Examples

See some examples of how to use Breeze .NET server with clients written in Angular, Aurelia, React, and Vue in the Northwind-Demo.

See the TempHire application for a richer example showing proper architectural patterns.

Sources

The sources for this package are in the breeze.server.net repo. Please file issues and pull requests against that repo.

Upgrading from .NET Framework to Core

The underlying concepts are the same, but there are a few major changes

  • The ContextProvider class is now PersistenceManager.
  • The [BreezeController] and [EnableBreezeQuery] attributes have been replaced by [BreezeQueryFilter] attribute.
  • Breeze JSON query format is preferred over OData. You will need to use Breeze 2.x on the client, and use the UriBuilderJsonAdapter (not the UriBuilderOdataAdapter).

See the Northwind-Demo for steps to set up a new .NET Core server.

See the UPGRADE document for information on upgrading Breeze Client from 1.x to 2.x.

Building Breeze

The recent sources and solutions are in the breeze.server.net repo under the DotNet folder. Building is just a matter of:

  1. Installing the required version of .NET SDK
  2. Opening the appropriate solution in Visual Studio
  3. Restoring NuGet packages
  4. Rebuilding the solution

Test solutions are in the Tests/Test.AspNetCore.EFCore folder.


If you have discovered a bug or missing feature, please create an issue in the breeze.server.net github repo.

If you have questions about using Breeze, please ask on Stack Overflow.

If you need help developing your application, please contact us at IdeaBlade.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Breeze.Persistence.EFCore:

Repository Stars
enkodellc/blazorboilerplate
Blazor Boilerplate / Starter Template with MudBlazor
Version Downloads Last updated
7.2.1 2,817 11/22/2023
7.2.0 133 11/16/2023
7.1.0 6,179 4/27/2023
7.0.2 1,948 1/27/2023
7.0.1 1,530 1/4/2023
6.0.4 6,134 1/27/2023
6.0.3 264 1/27/2023
6.0.2 31,409 3/31/2022
6.0.1 18,081 1/12/2022
5.0.6 5,227 3/31/2022
5.0.5 15,564 5/3/2021
5.0.4 1,081 4/19/2021
5.0.3 878 3/31/2021
5.0.2.1 2,209 3/23/2021
5.0.2 683 3/12/2021
3.1.4 531 4/20/2021
3.0.1 31,936 12/12/2019
1.0.3.3 5,562 6/20/2019
1.0.3.1 5,214 1/31/2019
1.0.3 3,836 12/20/2018
1.0.2 626 12/20/2018
0.1.2 3,189 2/7/2018

Note: Version 7.1+ of this package is for .NET 5, 6, 7, and 8; whereas Version 3.x is for .NET Core 3 and Version 1.x is for .NET Core 2.

Please review the Breeze release notes at https://breeze.github.io/doc-net/release-notes.html