Paging, Sorting, Searching in .NET Core with EF Core
https://docs.microsoft.com/en-us/aspnet/core/data/ef-mvc/sort-filter-page
Save conflict, concurrency
https://docs.microsoft.com/en-us/aspnet/core/data/ef-mvc/concurrency
File manage
https://github.com/blackcity/Backload
Other storage
https://developer.telerik.com/products/kendo-ui/file-uploads-azure-asp-angular/
https://thorsten-hans.com/using-azure-files-in-kubernetes-deployments-with-asp-net-core-47e5cb99e1c0
http://www.c-sharpcorner.com/article/guide-to-azure-file-storage/
https://dotnetthoughts.net/working-with-azure-blob-storage-in-aspnet-core/
Cloud storage
https://cloud.google.com/dotnet/docs/getting-started/using-cloud-storage
Azure storage
https://dotnetcoretutorials.com/2017/06/17/using-azure-blob-storage-net-core/
.NET Core Storage abstractions with FileSystem and Azure providers
http://geeklearning.io/dotnet-core-storage-cloud-or-file-system-storage-made-easy/
https://github.com/geeklearningio/gl-dotnet-storage
Geek Learning Cloud Storage Abstraction
This library abstracts physical data storage in a way which allows you to transparently switch the underlying provider by configuration.
Features
- List files, with globbing support
- Read, Write, Delete files
- Public file url
Providers
The library currently supports:
- Azure Blob Storage
- File System Storage
We don't support for Amazon S3, but it is one of our high priority objective.