Crud App in .Net Core 3.1 Web API with Redis and SQL Server which are running on Azure Cloud Platform. Application developed according to Multi Layer Architecture, SOLID principles, Asynchronous programming etc. After development, application dockerized and published on Azure Cloud Platform with domain "http://crudapp-azure.westeurope.azurecontainer.io/api/book/getall/".
Redis Cache is used effectively. After Deletion and Update, all cached for "Book" is cleared.
** Medium article link of this project: https://medium.com/@aenesgur/net-core-web-api-3-1-crud-operations-with-redis-and-sql-server-on-azure-cloud-7657b5fd1196
** DockerHub: https://hub.docker.com/repository/docker/aenes/crudapp-azure
** appsettings.json did not published because of the security reasons for Redis Cache Server and SQL Server. **
- .Net Core 3.1
- Redis Cache
- SQL Server
- Dapper
- Docker
- Azure