C# - Use a Folder Containing JSON Files as a Defacto Database
By Sean Woodward on 5/12/2021 in CSharp
This might only be useful in edge cases where your application has access to the file system with state that is needed to be persisted, and a standard SQL database might not be appropriate.
In any case this this project showcases my skills to create a class library, and unit tests. It also shows my skills with GIT and communication / technical writing skills through a README.md file.
https://github.com/woodman231/AspNetCoreJsonFolderRepository