ElCamino.AspNetCore.Identity.AzureTable
6.1.0
Prefix Reserved
Install-Package ElCamino.AspNetCore.Identity.AzureTable -Version 6.1.0
dotnet add package ElCamino.AspNetCore.Identity.AzureTable --version 6.1.0
<PackageReference Include="ElCamino.AspNetCore.Identity.AzureTable" Version="6.1.0" />
paket add ElCamino.AspNetCore.Identity.AzureTable --version 6.1.0
#r "nuget: ElCamino.AspNetCore.Identity.AzureTable, 6.1.0"
// Install ElCamino.AspNetCore.Identity.AzureTable as a Cake Addin
#addin nuget:?package=ElCamino.AspNetCore.Identity.AzureTable&version=6.1.0
// Install ElCamino.AspNetCore.Identity.AzureTable as a Cake Tool
#tool nuget:?package=ElCamino.AspNetCore.Identity.AzureTable&version=6.1.0
identityazuretable
This project provides a high performance cloud solution for ASP.NET Identity Core using Azure Table storage replacing the Entity Framework / MSSQL provider.
Project site at https://dlmelendez.github.io/identityazuretable/.
Identity Core latest template
dotnet new --install ElCamino.AspNetCore.Identity.AzureTable.Templates
#MVC Template
dotnet new mvc-id-azure-tables
#Razor Pages Template
dotnet new rzp-id-azure-tables
Identity Core 3.x (uses PageModel - latest) - Use ElCamino.AspNetCore.Identity.AzureTable, sample mvc app: https://github.com/dlmelendez/identityazuretable/tree/master/sample/samplemvccore4
Identity Core 2.x (uses PageModel - latest) - Use ElCamino.AspNetCore.Identity.AzureTable, sample mvc app: https://github.com/dlmelendez/identityazuretable/tree/master/sample/samplemvccore3
Identity Core 2.x (uses MVC - older) - Use ElCamino.AspNetCore.Identity.AzureTable, sample mvc app: https://github.com/dlmelendez/identityazuretable/tree/master/sample/samplemvccore2
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- Azure.Data.Tables (>= 12.2.0)
- ElCamino.AspNetCore.Identity.AzureTable.Model (>= 6.1.0)
- ElCamino.Azure.Data.Tables (>= 6.1.0)
- Microsoft.AspNetCore.Identity (>= 2.2.0)
- Microsoft.Bcl.AsyncInterfaces (>= 1.1.1)
- Microsoft.CSharp (>= 4.7.0)
- Microsoft.Extensions.Configuration (>= 2.2.0)
- Microsoft.Extensions.DependencyInjection (>= 2.2.0)
- Microsoft.Extensions.Identity.Core (>= 2.2.0)
- Microsoft.Extensions.Identity.Stores (>= 2.2.0)
-
net6.0
- Azure.Data.Tables (>= 12.2.0)
- ElCamino.AspNetCore.Identity.AzureTable.Model (>= 6.1.0)
- ElCamino.Azure.Data.Tables (>= 6.1.0)
- Microsoft.AspNetCore.Identity (>= 2.2.0)
- Microsoft.Bcl.AsyncInterfaces (>= 1.1.1)
- Microsoft.CSharp (>= 4.7.0)
- Microsoft.Extensions.Configuration (>= 2.2.0)
- Microsoft.Extensions.DependencyInjection (>= 2.2.0)
- Microsoft.Extensions.Identity.Core (>= 2.2.0)
- Microsoft.Extensions.Identity.Stores (>= 2.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 |
---|---|---|
6.1.0 | 1,013 | 4/27/2022 |
6.0.0 | 802 | 2/6/2022 |
5.1.0 | 1,372 | 10/10/2021 |
5.0.0 | 6,056 | 11/10/2020 |
5.0.0-rc.2.201019.2 | 201 | 10/19/2020 |
5.0.0-rc.1.200927.1 | 186 | 10/13/2020 |
5.0.0-rc.1 | 228 | 9/20/2020 |
5.0.0-preview.8 | 187 | 8/26/2020 |
5.0.0-preview.7 | 186 | 8/25/2020 |
3.1.0 | 6,345 | 1/14/2020 |
3.0.2 | 2,298 | 11/16/2019 |
3.0.1 | 1,118 | 10/21/2019 |
3.0.0 | 768 | 10/4/2019 |
2.2.1 | 5,488 | 6/10/2019 |
2.1.0 | 17,319 | 12/31/2017 |
2.0.0 | 1,580 | 9/21/2017 |
2.0.0-beta0 | 675 | 9/5/2017 |
1.7.0 | 1,301 | 8/28/2017 |
1.6.7 | 1,063 | 7/12/2017 |
1.6.6 | 1,777 | 4/15/2017 |
1.6.5 | 1,828 | 12/23/2016 |
1.6.2 | 956 | 12/12/2016 |
1.6.1 | 1,121 | 9/30/2016 |
1.6.0 | 1,387 | 9/6/2016 |
1.0.0 | 1,259 | 7/21/2016 |
Check https://github.com/dlmelendez/identityazuretable/releases for the latest release information.
Important! Check https://dlmelendez.github.io/identityazuretable/#/migration for data migration information.