Ember.Data 1.0.0-BETA-16

This is a prerelease version of Ember.Data.
dotnet add package Ember.Data --version 1.0.0-BETA-16
                    
NuGet\Install-Package Ember.Data -Version 1.0.0-BETA-16
                    
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="Ember.Data" Version="1.0.0-BETA-16" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ember.Data" Version="1.0.0-BETA-16" />
                    
Directory.Packages.props
<PackageReference Include="Ember.Data" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Ember.Data --version 1.0.0-BETA-16
                    
#r "nuget: Ember.Data, 1.0.0-BETA-16"
                    
#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.
#addin nuget:?package=Ember.Data&version=1.0.0-BETA-16&prerelease
                    
Install Ember.Data as a Cake Addin
#tool nuget:?package=Ember.Data&version=1.0.0-BETA-16&prerelease
                    
Install Ember.Data as a Cake Tool

Ember Data is a library for loading data from a persistence layer (such as a JSON API), mapping this data to a set of models within your client application, updating those models, then saving the changes back to a persistence layer. It provides many of the facilities you'd find in server-side ORMs like ActiveRecord, but is designed specifically for the unique environment of JavaScript in the browser.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0-BETA-16 67 3/31/2015
1.0.0-BETA-12 187 11/30/2014