SolerSoft.Data.Client
1.0.0-beta1
See the version list below for details.
dotnet add package SolerSoft.Data.Client --version 1.0.0-beta1
NuGet\Install-Package SolerSoft.Data.Client -Version 1.0.0-beta1
<PackageReference Include="SolerSoft.Data.Client" Version="1.0.0-beta1" />
paket add SolerSoft.Data.Client --version 1.0.0-beta1
#r "nuget: SolerSoft.Data.Client, 1.0.0-beta1"
// Install SolerSoft.Data.Client as a Cake Addin #addin nuget:?package=SolerSoft.Data.Client&version=1.0.0-beta1&prerelease // Install SolerSoft.Data.Client as a Cake Tool #tool nuget:?package=SolerSoft.Data.Client&version=1.0.0-beta1&prerelease
This helper library allows client applications and Azure .Net backed mobile services to share the same entity class files.
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.1-beta1 | 1,117 | 11/10/2014 |
1.0.0-beta9 | 1,336 | 11/10/2014 |
1.0.0-beta8 | 1,892 | 11/6/2014 |
1.0.0-beta7 | 1,888 | 11/6/2014 |
1.0.0-beta4 | 1,120 | 11/6/2014 |
1.0.0-beta2 | 1,132 | 11/6/2014 |
1.0.0-beta1 | 1,093 | 11/5/2014 |