SolerSoft.Data.Core
1.0.1-beta1
dotnet add package SolerSoft.Data.Core --version 1.0.1-beta1
NuGet\Install-Package SolerSoft.Data.Core -Version 1.0.1-beta1
<PackageReference Include="SolerSoft.Data.Core" Version="1.0.1-beta1" />
paket add SolerSoft.Data.Core --version 1.0.1-beta1
#r "nuget: SolerSoft.Data.Core, 1.0.1-beta1"
// Install SolerSoft.Data.Core as a Cake Addin #addin nuget:?package=SolerSoft.Data.Core&version=1.0.1-beta1&prerelease // Install SolerSoft.Data.Core as a Cake Tool #tool nuget:?package=SolerSoft.Data.Core&version=1.0.1-beta1&prerelease
This helper library includes several extension methods for working with Linq and data classes.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on SolerSoft.Data.Core:
Package | Downloads |
---|---|
SolerSoft.Data.AzureNetServer
This helper library makes it easier to create .Net-backed Azure Mobile Services. 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. |
|
SolerSoft.Data.Client
This helper library allows client applications and Azure .Net backed mobile services to share the same entity class files (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. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.1-beta1 | 1,126 | 11/10/2014 |