SolerSoft.Data.Core 1.0.1-beta1

This is a prerelease version of SolerSoft.Data.Core.
dotnet add package SolerSoft.Data.Core --version 1.0.1-beta1
NuGet\Install-Package SolerSoft.Data.Core -Version 1.0.1-beta1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SolerSoft.Data.Core" Version="1.0.1-beta1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SolerSoft.Data.Core --version 1.0.1-beta1
#r "nuget: SolerSoft.Data.Core, 1.0.1-beta1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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,108 11/10/2014