A suite of .NET libraries for abstracting and simplifying storage operations, with a focus on extensibility and support for Microsoft Azure Storage.
-
Description:
Core library providing abstractions and helpers for general storage manipulation. -
Key Features:
- Interfaces for file and storage management (
IFileManager,IFile) - Base classes for implementing custom storage solutions
AccessPermissionsenum for fine-grained access control- Utilities for reading, writing, creating, updating, deleting, and listing resources
- Interfaces for file and storage management (
-
Description:
Extension library with helpers for Microsoft Azure Storage services. -
Key Features:
- Azure-specific file and container management
- Extensions for working with Azure Blob, File, and other storage types
- Utilities for uploading, downloading, and managing files in Azure
- Support for access policies and metadata
-
Install via NuGet:
NuvTools.StorageNuvTools.Storage.Azure
-
**Reference the desired library in your project and use the provided APIs for storage operations.
Licensed under the MIT License. See LICENSE for details.