Giter Site home page Giter Site logo

azurefileprovider's Introduction

๐Ÿ ๐Ÿ… Welcome to Lamond's Github ๐Ÿ ๐Ÿ…

  • โญ I'm Lamond Lu
  • โญ I'm living in Qingdao.
  • โญ I'm a passionate coder. 20 years old with 30 year work experience(lol).
  • โญ I'm working for Shinetech Software Inc now.
  • โญ I'm a Project Manager and Solution Architect.
  • โญ I'm interested in DDD, CQR, Event Source, Design Pattern
  • โญ Speaker for Microsoft Inside Dev Tour 2019 and .NET Conf China 2020
  • โญ My blogs are http://lamondlu.net and https://www.cnblogs.com/lwqlun
  • โญ I'm building a open-source dynamic plugin feature in ASP.NET Core MVC, the project called CoolCat

Anurag's github stats

Top Langs

azurefileprovider's People

Contributors

lamondlu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

azurefileprovider's Issues

Use Microsoft.Azure.Storage.XXXX

I read your blog post on https://www.cnblogs.com/lwqlun/p/10406566.html it's very nice. In fact, I used a similar providor in my own blog system, but it's not as advanced as yours.

There's one suggestion: Use Microsoft.Azure.Storage.xxxx to replace WindowsAzure.Storage. Refer to description in https://www.nuget.org/packages/WindowsAzure.Storage:

NOTE: As of version 9.4.0, this library has been split into multiple parts and replaced: See https://www.nuget.org/packages/Microsoft.Azure.Storage.Blob/, https://www.nuget.org/packages/Microsoft.Azure.Storage.File/, https://www.nuget.org/packages/Microsoft.Azure.Storage.Queue/, and https://www.nuget.org/packages/Microsoft.Azure.Storage.Common/.
For table support, see https://www.nuget.org/packages/Microsoft.Azure.CosmosDB.Table/.
This client library enables working with the Microsoft Azure storage services which include the blob and file service for storing binary and text data, the table service for storing structured non-relational data, and the queue service for storing messages that may be accessed by a client.
For this release see notes - https://github.com/Azure/azure-storage-net/blob/master/README.md and https://github.com/Azure/azure-storage-net/blob/master/changelog.txt
Microsoft Azure Storage team's blog - https://blogs.msdn.com/b/windowsazurestorage/

But there's a caveat, if you run "dotnet add package Microsoft.Azure.Storage.Blob" you will find your code unable to compile. That's because a dependency Microsoft.Azure.KeyVault.Core is installed using a low .NET 4.6 version. Solution is manually add Microsoft.Azure.KeyVault.Core latest version along with Microsoft.Azure.Storage.Blob:

<PackageReference Include="Microsoft.Azure.KeyVault.Core" Version="3.0.3" /> <PackageReference Include="Microsoft.Azure.Storage.Blob" Version="9.4.2" />

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.