identityazuretable icon indicating copy to clipboard operation
identityazuretable copied to clipboard

This project provides a high performance cloud solution for ASP.NET Identity Core using Azure Table storage replacing the Entity Framework / MSSQL provider.

identityazuretable

This project provides a high performance cloud solution for ASP.NET Identity Core using Azure Table storage replacing the Entity Framework / MSSQL provider.

Build Status NuGet Badge NuGet Badge

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