Skip to main content
IdeaBlade avatar

IdeaBlade

NuGet publisher profile

Packages
38
Total Downloads
10.0M
10,011,490

Packages (38)

IdeaBlade.DevForce.Core package icon

IdeaBlade.DevForce.Core

DevForce takes care of your application's infrastructure-the gap between your data-layer and client-layer where the difficult job of turning raw data into business objects and moving them to and from the client's screen takes place. DevForce fills this gap so you don't have to. Instead of building, maintaining, revising, and defending your application's infrastructure; you can focus on what you do best-application development. DevForce implements end-to-end n-tier architecture by exposing a generic web service on the server that takes a LINQ expression and returns business objects to the client over the internet. Write LINQ queries on the client and get back business objects with your own custom business logic-just like working with a 2-tier or client-server application. DevForce handles all the n-tier WCF communications, serialization, and marshaling for you. Learn more at www.ideablade.com.

1.2M
downloads
Breeze.Server.ContextProvider package icon

Breeze.Server.ContextProvider

Core data access library for any Breeze Server using ASP.NET. (Not for use with .NET Core or ASP.Net Core)

1.2M
downloads
Breeze.Client package icon

Breeze.Client

The files and references that are essential for a Breeze client side javascript application.

1.1M
downloads
Breeze.Server.ContextProvider.EF6 package icon

Breeze.Server.ContextProvider.EF6

Core data access library for a Breeze Server working with Entity Framework v6 and ASP.NET WebApi (Not for use with .NET Core or ASP.Net Core)

1.0M
downloads
Breeze.Server.WebApi2 package icon

Breeze.Server.WebApi2

The files and references that are essential for a Breeze ASP.NET Web API 2.2 server. (Not for use with .NET Core or ASP.Net Core)

962.9K
downloads
Breeze.WebApi package icon

Breeze.WebApi

The files and references that are essential for a Breeze Legacy ASP.NET Web API Entity Framework 5 application. We recommend installing this package shortly after creating a project with the "ASP.NET Empty Web Application" template or one of the MVC 4 templates such as the "ASP.NET MVC 4 Empty" template. To see an example Breeze application, try the 'Breeze.WebApiSample' package which creates a simple MVC4 WebApi app.

571.0K
downloads
Breeze.Core package icon

Breeze.Core

Core functionality for any Breeze Server using .NET. Please review the Breeze documentation at http://breeze.github.io/doc-main/ Note: Version 7.1+ of this package is for .NET 5+; whereas Version 3.x is for .NET Core 3 and Version 1.x is for .NET Core 2.

374.6K
downloads
Breeze.Persistence package icon

Breeze.Persistence

Basic Persistence functionality for any Breeze Server using .NET. Please review the Breeze documentation at http://breeze.github.io/doc-main/ Note: Version 7.1+ of this package is for .NET 5+; whereas Version 3.x is for .NET Core 3 and Version 1.x is for .NET Core 2.

374.5K
downloads
Breeze.WebApi2.EF6 package icon

Breeze.WebApi2.EF6

The files and references that are essential for a Breeze ASP.NET Web API 2.2 client and server on Entity Framework 6. (Not for use with .NET Core or ASP.Net Core)

338.7K
downloads
Breeze.Angular.Directives package icon

Breeze.Angular.Directives

Get AngularJS directives and related assets to support your Breeze+Angular applications. Most prominent is the zValidate directive that exposes entity validation errors to the UI and displays a required indicator next to input controls bound to a property with a "required" validator.

330.5K
downloads
Breeze.Angular package icon

Breeze.Angular

Adds the Breeze service for Angular apps from Breeze Labs. The service configures breeze to use the angular model library, to use the app's $q for promises, and the app's $http for ajax calls. Also pulls in the Breeze Labs breeze angular directives for validation and the core breezejs client libraries

308.7K
downloads
Breeze.AspNetCore.NetCore package icon

Breeze.AspNetCore.NetCore

Core ASP.NET Core functionality for any Breeze Server using ASP.NET Core. Please review the Breeze documentation at http://breeze.github.io/doc-main/ Note: Version 7.1+ of this package is for .NET 5+; whereas Version 3.x is for .NET Core 3 and Version 1.x is for .NET Core 2.

304.1K
downloads
Breeze.Persistence.EFCore package icon

Breeze.Persistence.EFCore

Persistence for EF Core functionality for any Breeze Server using .NET. Please review the Breeze documentation at http://breeze.github.io/doc-main/ Note: Version 7.1+ of this package is for .NET 5+; whereas Version 3.x is for .NET Core 3 and Version 1.x is for .NET Core 2.

295.7K
downloads
Breeze.Server.WebApi.Core package icon

Breeze.Server.WebApi.Core

The files and references that are essential for a Breeze Legacy ASP.NET Web API server. We recommend installing this package shortly after creating a project with the "ASP.NET Empty Web Application" template or one of the MVC 4 templates such as the "ASP.NET MVC 4 Empty" template. To see an example Breeze application, try the 'Breeze.WebApiSample' package which creates a simple MVC4 WebApi app.

273.6K
downloads
Breeze.Server.WebApi.EF package icon

Breeze.Server.WebApi.EF

The files and references that are essential for a Breeze Legacy ASP.NET Web API Entity Framework v5 Server. We recommend installing this package shortly after creating a project with the "ASP.NET Empty Web Application" template or one of the MVC 4 templates such as the "ASP.NET MVC 4 Empty" template. To see an example Breeze application, try the 'Breeze.WebApiSample' package which creates a simple MVC4 WebApi app.

259.1K
downloads
Breeze.Sharp package icon

Breeze.Sharp

Breeze.Sharp is a data management tool for smart client apps. It retrieves data from the server using a rich query language, manages the entity graph of application data, tracks changes, and performs updates of changed data to the server.

171.0K
downloads
IdeaBlade.Cocktail.Utils package icon

IdeaBlade.Cocktail.Utils

Punch is a blend of three popular frameworks: Caliburn.Micro + DevForce + Entity Framework. Line of business applications need to query and save database data, model the data as objects with business logic, and present those objects to the end user. Punch takes care of these fundamental responsibilities with loosely coupled, open source, and industry-leading components that are designed for change.

100.6K
downloads
Breeze.EdmBuilder package icon

Breeze.EdmBuilder

Generates an "Entity Data Model" (EDM) from an Entity Framework DbContext. This EDM can produce the metadata Breeze needs to manage a corresponding JavaScript entity model on the client including the foreign key properties necessary to maintaining associations. This builder replaces the ODataConventionModelBuilder in a Web API OData application. See the comments in the code for an explanation and usage. See it in action in the "Breeze Web API OData Sample".

93.1K
downloads
IdeaBlade.Cocktail package icon

IdeaBlade.Cocktail

Punch is a blend of three popular frameworks: Caliburn.Micro + DevForce + Entity Framework. Line of business applications need to query and save database data, model the data as objects with business logic, and present those objects to the end user. Punch takes care of these fundamental responsibilities with loosely coupled, open source, and industry-leading components that are designed for change.

79.5K
downloads
IdeaBlade.DevForce.Server package icon

IdeaBlade.DevForce.Server

DevForce takes care of your application's infrastructure-the gap between your data-layer and client-layer where the difficult job of turning raw data into business objects and moving them to and from the client's screen takes place. DevForce fills this gap so you don't have to. Instead of building, maintaining, revising, and defending your application's infrastructure; you can focus on what you do best-application development. DevForce implements end-to-end n-tier architecture by exposing a generic web service on the server that takes a LINQ expression and returns business objects to the client over the internet. Write LINQ queries on the client and get back business objects with your own custom business logic-just like working with a 2-tier or client-server application. DevForce handles all the n-tier WCF communications, serialization, and marshaling for you. Learn more at www.ideablade.com.

72.7K
downloads
Breeze.WebApi2.NH package icon

Breeze.WebApi2.NH

The files and references that are essential for a Breeze ASP.NET Web API 2.2 client and server on NHibernate. (Not for use with .NET Core or ASP.Net Core)

62.8K
downloads
Breeze.DataService.SharePoint package icon

Breeze.DataService.SharePoint

A Breeze DataServiceAdapter for SharePoint 2010 solutions and 2013 apps

58.0K
downloads
IdeaBlade.DevForce.Compat package icon

IdeaBlade.DevForce.Compat

DevForce takes care of your application's infrastructure-the gap between your data-layer and client-layer where the difficult job of turning raw data into business objects and moving them to and from the client's screen takes place. DevForce fills this gap so you don't have to. Instead of building, maintaining, revising, and defending your application's infrastructure; you can focus on what you do best-application development. DevForce implements end-to-end n-tier architecture by exposing a generic web service on the server that takes a LINQ expression and returns business objects to the client over the internet. Write LINQ queries on the client and get back business objects with your own custom business logic-just like working with a 2-tier or client-server application. DevForce handles all the n-tier WCF communications, serialization, and marshaling for you. Learn more at www.ideablade.com.

55.7K
downloads
Breeze.Server.ContextProvider.NH package icon

Breeze.Server.ContextProvider.NH

Core data access library for a Breeze Server working with NHibernate and ASP.NET WebApi. (Not for use with .NET Core or ASP.Net Core)

55.6K
downloads
IdeaBlade.Cocktail.Compat package icon

IdeaBlade.Cocktail.Compat

Punch is a blend of three popular frameworks: Caliburn.Micro + DevForce + Entity Framework. Line of business applications need to query and save database data, model the data as objects with business logic, and present those objects to the end user. Punch takes care of these fundamental responsibilities with loosely coupled, open source, and industry-leading components that are designed for change.

55.1K
downloads
Breeze.Metadata.Helper package icon

Breeze.Metadata.Helper

Makes it easier to code your own Breeze metadata in JavaScript. See the Breeze documentation starting at http://www.breezejs.com/breeze-labs/breezemetadata-helperjs

47.9K
downloads
Breeze.Angular.SharePoint package icon

Breeze.Angular.SharePoint

Configure your SharePoint 2010 solution or 2013 app for Breeze and Angular with this convenience package that combines all of the Breeze client packages you'll need for a SharePoint Breeze/Angular application.

39.4K
downloads
IdeaBlade.DevForce.Aop package icon

IdeaBlade.DevForce.Aop

DevForce takes care of your application's infrastructure-the gap between your data-layer and client-layer where the difficult job of turning raw data into business objects and moving them to and from the client's screen takes place. DevForce fills this gap so you don't have to. Instead of building, maintaining, revising, and defending your application's infrastructure; you can focus on what you do best-application development. DevForce implements end-to-end n-tier architecture by exposing a generic web service on the server that takes a LINQ expression and returns business objects to the client over the internet. Write LINQ queries on the client and get back business objects with your own custom business logic-just like working with a 2-tier or client-server application. DevForce handles all the n-tier WCF communications, serialization, and marshaling for you. Learn more at www.ideablade.com.

38.6K
downloads
Angular.MidwayTester package icon

Angular.MidwayTester

A pure-javascript integration tester for AngularJS that can be run inline with application code. Written by Matias Niemelä and offered from Breeze Labs with his kind permission. This package adds a single file, "ngMidwayTester.js" to your project's "scripts" folder. See the author's post, "Full-Spectrum Testing with AngularJS and Karma", for an extensive discussion of the why and how (http://www.yearofmoo.com/2013/01/full-spectrum-testing-with-angularjs-and-karma.html)

22.1K
downloads
Breeze.Server.Core package icon

Breeze.Server.Core

Core data access library for any Breeze Server

21.2K
downloads

8 more packages load after hydration.