IdeaBlade
NuGet publisher profile
Packages (38)
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.
Breeze.Server.ContextProvider
Core data access library for any Breeze Server using ASP.NET. (Not for use with .NET Core or ASP.Net Core)
Breeze.Client
The files and references that are essential for a Breeze client side javascript application.
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)
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)
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.
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.
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.
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)
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.
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
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.
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.
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.
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.
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.
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.
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".
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.
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.
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)
Breeze.DataService.SharePoint
A Breeze DataServiceAdapter for SharePoint 2010 solutions and 2013 apps
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.
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)
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.
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
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.
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.
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)
Breeze.Server.Core
Core data access library for any Breeze Server
8 more packages load after hydration.