I’ve previously written about how to return an image from an Azure Function which deals with returning a generated image from the function, however it’s also useful to return images which might be stored elsewhere Read more…
We’ve recently implemented Redis caching in an API which took a little bit of time to figure out. Redis caching is available through the Microsoft.Extensions.Caching.Distributed package and this also supports other provides such as NCache. Read more…
We have a build pipeline running in GitHub Actions that builds a .NET 6 web in a Docker container and then publishes it to AWS. Within this pipeline we have a manual step where we Read more…
0 Comments