Open Source

The Breeze source code is free, open-source, MIT licensed.

Links to Breeze NuGet packages

Start with NuGet This is the easiest way to build a Breeze application if you are using Visual Studio.

Get the Nuget Packages for .NET core (2 through 8)

Breeze.AspNetCore.NetCore
Breeze.Core
Breeze.Persistence
Breeze.Persistence.EFCore Breeze.Persistence.NH

Get the Nuget Packages for .NET Framework 4.7.x and 4.8

Breeze.Server.WebApi2
Breeze.Server.ContextProvider
Breeze.Server.ContextProvider.EF6
Breeze.Server.ContextProvider.NH

Links to Breeze Server GitHub repos

Learn about the Breeze family of repositories on GitHub.

The entire source repo for all Breeze Server implementations

Implementations by .NET version

.NET 5 and up
.NET Core 3/ASP.NET Core 3
.NET Core 2/ASP.NET Core 2
.NET Framework 4.7 and 4.8

Prerequisites

Many of the demos and samples were built with ASP.NET WebAPI, but can be converted to other server technologies. Please review the prerequisites topic before trying to build and execute them.

Release Notes

Please visit the Breeze.Server.NET Release Notes page.