ElCamino.AspNet.Identity.AzureTable
1.2.9
Prefix Reserved
See the version list below for details.
dotnet add package ElCamino.AspNet.Identity.AzureTable --version 1.2.9
NuGet\Install-Package ElCamino.AspNet.Identity.AzureTable -Version 1.2.9
<PackageReference Include="ElCamino.AspNet.Identity.AzureTable" Version="1.2.9" />
paket add ElCamino.AspNet.Identity.AzureTable --version 1.2.9
#r "nuget: ElCamino.AspNet.Identity.AzureTable, 1.2.9"
// Install ElCamino.AspNet.Identity.AzureTable as a Cake Addin #addin nuget:?package=ElCamino.AspNet.Identity.AzureTable&version=1.2.9 // Install ElCamino.AspNet.Identity.AzureTable as a Cake Tool #tool nuget:?package=ElCamino.AspNet.Identity.AzureTable&version=1.2.9
Azure Table Storage Provider for ASP.NET Identity 2.0 framework
Product | Versions 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. |
-
- Microsoft.AspNet.Identity.Core (>= 2.1.0)
- Microsoft.WindowsAzure.ConfigurationManager (>= 2.0.3)
- WindowsAzure.Storage (>= 4.2.0)
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.7.1 | 7,618 | 11/16/2019 |
1.7.0 | 10,663 | 8/28/2017 |
1.6.6 | 3,655 | 4/15/2017 |
1.6.5 | 1,658 | 12/23/2016 |
1.6.2 | 1,218 | 12/12/2016 |
1.6.1 | 1,234 | 9/30/2016 |
1.6.0 | 1,375 | 9/6/2016 |
1.5.4 | 3,469 | 3/21/2015 |
1.5.3 | 1,983 | 2/26/2015 |
1.5.2 | 2,253 | 12/24/2014 |
1.5.1.1 | 1,367 | 11/26/2014 |
1.5.1 | 1,473 | 11/22/2014 |
1.5.0 | 4,387 | 10/31/2014 |
1.2.9.2 | 1,387 | 9/27/2014 |
1.2.9 | 1,296 | 9/14/2014 |
1.2.5.2 | 1,231 | 8/23/2014 |
1.2.5.1 | 1,244 | 8/19/2014 |
1.2.0 | 1,498 | 7/3/2014 |
1.0.1.1 | 1,506 | 5/6/2014 |
Release 1.2.9.0 This project is an open source high performance plugin to ASP.NET Identity framework using Azure Table Storage.
* Expanded and deprecated some configuration options, new custom ConfigurationSection for cleaner web.config.
* Adding multi-tenant support per storage account via configuration option for table name prefixing.
** e.g. Table prefix 'My' uses tables, MyAspNetIndex, MyAspNetRoles, MyAspNetUsers