From 622b7b330839a256ffdc63f4b6d9222ecfc8ddc4 Mon Sep 17 00:00:00 2001 From: Dave Melendez Date: Tue, 26 Apr 2022 21:48:13 -0500 Subject: [PATCH] fix readmes --- README.md | 24 +++++++++++++++++++++--- src/ElCamino.Azure.Data.Tables/README.md | 9 +++++++++ 2 files changed, 30 insertions(+), 3 deletions(-) create mode 100644 src/ElCamino.Azure.Data.Tables/README.md diff --git a/README.md b/README.md index 288d2d0..66def15 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,27 @@ -ElCamino.Azure.Data.Tables +identityazuretable ================== -Azure Table Storage odata query building and operators from the older Azure Storage SDKs and some other async, mapping, and batch helpers and/or extensions. +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](https://dev.azure.com/elcamino/Azure%20OpenSource/_apis/build/status/IdentityAzureTableCore?branchName=master)](https://dev.azure.com/elcamino/Azure%20OpenSource/_build/latest?definitionId=4&branchName=master) -[![NuGet Badge](https://buildstats.info/nuget/ElCamino.Azure.Data.Tables)](https://www.nuget.org/packages/ElCamino.Azure.Data.Tables/) +[![NuGet Badge](https://buildstats.info/nuget/ElCamino.AspNetCore.Identity.AzureTable)](https://www.nuget.org/packages/ElCamino.AspNetCore.Identity.AzureTable/) +[![NuGet Badge](https://buildstats.info/nuget/ElCamino.AspNet.Identity.AzureTable)](https://www.nuget.org/packages/ElCamino.AspNet.Identity.AzureTable/) 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 diff --git a/src/ElCamino.Azure.Data.Tables/README.md b/src/ElCamino.Azure.Data.Tables/README.md new file mode 100644 index 0000000..288d2d0 --- /dev/null +++ b/src/ElCamino.Azure.Data.Tables/README.md @@ -0,0 +1,9 @@ +ElCamino.Azure.Data.Tables +================== + +Azure Table Storage odata query building and operators from the older Azure Storage SDKs and some other async, mapping, and batch helpers and/or extensions. + +[![Build Status](https://dev.azure.com/elcamino/Azure%20OpenSource/_apis/build/status/IdentityAzureTableCore?branchName=master)](https://dev.azure.com/elcamino/Azure%20OpenSource/_build/latest?definitionId=4&branchName=master) +[![NuGet Badge](https://buildstats.info/nuget/ElCamino.Azure.Data.Tables)](https://www.nuget.org/packages/ElCamino.Azure.Data.Tables/) + +Project site at https://dlmelendez.github.io/identityazuretable/.