A simple project to explore the library Stowage.
A fictitious application needs to work with files and directories in three locations (i.e. Cloud1, LocalStorage and TempStorage) and on two separate platforms (i.e. Azure Blob Storage and local disk). The Stowage
library is utilized to standardize these tasks.
- SE.Domain - .NET 6 class library which contains all logic for the implementation.
- SE.ConsoleApp - .NET 6 console application used as a runtime to demonstrate the logic in the SE.Domain library.