Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 567 Bytes

File metadata and controls

14 lines (10 loc) · 567 Bytes

Azure Storage Examples

Projects List

  • MvcStorageExample directory (AzureStorageExample.sln) - This is a MVC application that demonstrates upload and download files from blob and file storage
  • BlobUploaderExample directory (BlobUploaderExample.sln) - this demonstrates uploading a blob and adding metadata to the blobs as it uploads them.

Notes

  • See the readme.md file in each project for setup instructions.

Branching scheme

  • DotNet6: .NET Core 6.0 examples
  • DotNet4_8: .NET 4.8 examples
  • [Future] I will create a branch for each version of .NET