AspDotNetCore.AzureBlobStorage 1.0.0

dotnet add package AspDotNetCore.AzureBlobStorage --version 1.0.0
NuGet\Install-Package AspDotNetCore.AzureBlobStorage -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AspDotNetCore.AzureBlobStorage" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AspDotNetCore.AzureBlobStorage --version 1.0.0
#r "nuget: AspDotNetCore.AzureBlobStorage, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AspDotNetCore.AzureBlobStorage as a Cake Addin
#addin nuget:?package=AspDotNetCore.AzureBlobStorage&version=1.0.0

// Install AspDotNetCore.AzureBlobStorage as a Cake Tool
#tool nuget:?package=AspDotNetCore.AzureBlobStorage&version=1.0.0

AspNetCore AzureBlobStorage

This is a azure blob storage helper library that can be used for azure blob storage operations like Insert, delete, download, GetList of blob.

Installation

  1. Open package manager console and paste
Install-Package AspDotNetCore.AzureBlobStorage -Version 1.0.0
  1. Add below snippt in Configure services method in startup.cs file
 services.AddAzureBlobStorage(config =>
            {
                config.ContainerName = "<ContainerName>";
                config.ConnectionString = "<ConnectionString>"
            });
  1. Add below snippt in Configure method in startup.cs file
app.UseAzureBlobStorage();

Features

  • Support refersh token if blobs are more than 5000.
  • Delete blobs
  • Get blobs
  • Download blobs
  • Get folders
  • create container

Upcoming Features

  • Establishment of connection through credentails

Technology

  1. C#
  2. Net 6
  3. Class Library
  4. Dot net core web API

Supported Frameworks

  • Support Dot Net Core
  • Establish connection through connection string
  • Establish connection through credential like username and password
  • Support Dot Net Framework

Author

Version

  1. Version 1.0 - Stable

Licence

AspDotNetCore AzureBlobStorage under the MIT

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
1.0.0 375 7/9/2021