Info
Version: | 1.0.1-beta1 |
Author(s): | SolerSoft |
Last Update: | Monday, November 10, 2014 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/SolerSoft.Data.Client |
Install
Install-Package SolerSoft.Data.Client
dotnet add package SolerSoft.Data.Client
paket add SolerSoft.Data.Client
SolerSoft.Data.Client Download (Unzip the "nupkg" after downloading)
Dependencies
- SolerSoft.Data.Core(1.0.11)
- WindowsAzure.MobileServices(1.3.02)
Tags
(through file linking).
Simply reference SolerSoft.Data.Client in the client project and SolerSoft.Data.AzureNetServer in
the server project, then inherit your entities from SolerSoft.Data.DataObject. On the client, DataObject provides full
property change notification.
On the server, DataObject inherits from EntityData as reqired by Mobile Service controllers.
Conditional compile statements can be used to further refine between client behaviors and server behaviors.