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.
Info
| Version: | 1.0.0-beta7 |
| Author(s): | Yehuda Katz, Tom Dale, Charles Jolley, Ember.js contributors |
| Last Update: | Tuesday, April 8, 2014 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | http://emberjs.com |
| NuGet Url: | https://www.nuget.org/packages/Ember-Data |
Install
Install-Package Ember-Data
dotnet add package Ember-Data
paket add Ember-Data
Ember-Data Download (Unzip the "nupkg" after downloading)
Dependencies
- Ember(1.3)
Tags