Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/austinadodo/staticfilesecurecall
- Owner: AustinAdodo
- Created: 2023-08-10T01:12:22.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-03T12:38:54.000Z (10 months ago)
- Last Synced: 2024-02-03T13:35:35.586Z (10 months ago)
- Topics: api-rest, asynchronous-programming, aws, aws-secrets-manager, caching, dotnet-core, efficient-algorithm, mssql, netcore, web-application
- Language: C#
- Homepage:
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.