Azure.Storage.Slazure 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Azure.Storage.Slazure --version 1.1.0
NuGet\Install-Package Azure.Storage.Slazure -Version 1.1.0
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="Azure.Storage.Slazure" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Azure.Storage.Slazure --version 1.1.0
#r "nuget: Azure.Storage.Slazure, 1.1.0"
#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 Azure.Storage.Slazure as a Cake Addin
#addin nuget:?package=Azure.Storage.Slazure&version=1.1.0

// Install Azure.Storage.Slazure as a Cake Tool
#tool nuget:?package=Azure.Storage.Slazure&version=1.1.0

Slazure is a powerful dynamically typed data client library that allows for schema-free access to the Microsoft® Azure Table Service.

Reduce development time by writing less code. Slazure's schema-free approach to data eliminates the need for strongly typed entity definitions, ORM's, and ODM's - with Slazure, your code defines your schema.

Run dynamically typed declarative queries on a schema-free data model. Compose dynamically typed LINQ-queries on the fly at run-time with Slazure's powerful Linq Provider.

Writing high-performance queries is easy with Slazure's query optimizer

The Slazure Linq Provider's query optimizer builds fast OData queries that retrieves only what is requested. Retrieve only the entity properties you need with query projections rather that the whole entity. Retrieve only a subset of the data set rather than the whole set. Skip part of the data set rather than reading from the beginning. Order entities on the storage before they are retrieved rather than retrieving the whole data set and sorting it afterwards.

Slazure's Dynamic Expression API supports Substitution Values through a parameter array. The expression language supports Logical & Additive operators. Accessible types support method & constructor invocations. Use the object model API to query the storage.

See also the free Slazure Light edition.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.4.1 1,611 7/3/2016
1.4.0 2,039 6/17/2016
1.2.2.2 1,346 3/2/2016
1.2.2 1,839 11/2/2015
1.1.1 1,772 8/20/2015
1.1.0 1,386 8/19/2015