Core data access library for any Breeze Server using ASP.NET. (Not for use with .NET Core or ASP.Net Core)
$ dotnet add package Breeze.Server.ContextProviderBreeze 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
For .NET Framework, find the following packages in NuGet.
Note: Version 2.0.2 and above are for .NET Framework 4.8; versions below that are for 4.7 and below.
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.
See the docs for .NET Core NuGet packages
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.
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.
The sources for this package are in the breeze.server.net repo. Please file issues and pull requests against that repo.
The underlying concepts are the same, but there are a few major changes
ContextProvider class is now PersistenceManager.[BreezeController] and [EnableBreezeQuery] attributes have been replaced by [BreezeQueryFilter] attribute.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.
The recent sources and solutions are in the breeze.server.net repo under the AspNet folder. Building is just a matter of:
Test solutions is Breeze.AspNet.InternalTests.sln in the root 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.