Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.06 KB

File metadata and controls

22 lines (14 loc) · 1.06 KB

NancyAzureFileUpload

.NET Core Nancy 2.0-clinteastwood File Upload API to Azure Blob Storage

Full blog post & details available @ https://blog.nandotech.com/post/2017-01-19-nancy-dotnet-core-file-upload.md

Technology/Packages Utilized:

  1. .NET Core
  2. NancyFX 2.0-clinteastwood
  3. Dapper Dot Net
  4. Windows Azure SQL
  5. Windows Azure Blob Storage
  6. Windows Azure App Service

Everything other than Azure and SQL Server are obviously fully open source.

Please check out the post and blog @ https://blog.nandotech.com

Feel free to file any Issues and/or Pull Requests

  • There is plenty that could be done to extend this application, including adding a lot more robust capability as it pertains to the files in storage (e.g., viewing, deleting, etc).