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.AzureNetServer |
Install
Install-Package SolerSoft.Data.AzureNetServer
dotnet add package SolerSoft.Data.AzureNetServer
paket add SolerSoft.Data.AzureNetServer
SolerSoft.Data.AzureNetServer Download (Unzip the "nupkg" after downloading)
Dependencies
- SolerSoft.Data.Core(1.0.11)
- WindowsAzure.MobileServices.Backend(1.0.405)
- WindowsAzure.MobileServices.Backend.Entity(1.0.405)
Tags
It includes helper controller base classes
and it allows client applications and services to share the same entity class files (though 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, DataObjec 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.