Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/austinadodo/staticfilesecurecall

Smart API for Crypto File Management.
https://github.com/austinadodo/staticfilesecurecall

api-rest asynchronous-programming aws aws-secrets-manager caching dotnet-core efficient-algorithm mssql netcore web-application

Last synced: 3 days ago
JSON representation

Smart API for Crypto File Management.

Awesome Lists containing this project

README

        

## StaticFileSecureCall
###### Secure static file upload and download made possible.
###### NB : Elastic Beanstalk sets the ASPNETCORE_ENVIRONMENT environment variable to Production when your application is deployed to a production environment.
###### We have added LinqKit.EntityFramework to enhance functionalities of entity framework Queries.
###### NB: The Dbset should never be referenced from the namespace System.Data.Entity as this may lead to Error "Only sources that implement IDbAsyncEnumerable can be used for Entity Framework asynchronous operations"
###### Generic DBSets<TEntity> should only reference Microsoft.EntityFrameworkCore namespace.
###### Autofac may be introduced if dependencies become too many for cleaner code and maintainability
###### Code Architecture heavilty utilises Domain Driven Design (D.D.D.) and dependency injection(D.I.).
###### Dependency Injection has been heavily utilized to maintain abstraction from Service templates and their respective implementations.