locked
Azure table storage and ASP.NET 5 RRS feed

  • Question

  • Is it possible to use Table Storage with DNX Core
    Monday, March 7, 2016 7:48 PM

Answers

  • The Storage Client Library currently ships twinned versions -- for each release, the WindowsAzure.Storage Nuget package will have an X.Y.Z version and a matching X.Y.(Z+1)-preview version. The preview version includes support for the target frameworks that are currently in preview (DNX & DNXCore, PCL/Xamarin).

    See https://github.com/Azure/azure-storage-net 

    Wednesday, March 9, 2016 10:39 PM

All replies

  • Hi,

    You could check the following release in nuget for Azure Table Storage Provider for ASP.NET Identity 2.0 and 3.0-RC1 frameworks for ASP.NET 5 (RC1 Update1) dnx and dnx core.:
    https://www.nuget.org/packages/ElCamino.AspNet.Identity.AzureTable/2.0.0-beta2

    Regards,
    Malar.

    Tuesday, March 8, 2016 9:50 AM
  • The Storage Client Library currently ships twinned versions -- for each release, the WindowsAzure.Storage Nuget package will have an X.Y.Z version and a matching X.Y.(Z+1)-preview version. The preview version includes support for the target frameworks that are currently in preview (DNX & DNXCore, PCL/Xamarin).

    See https://github.com/Azure/azure-storage-net 

    Wednesday, March 9, 2016 10:39 PM