Run ASP.NET Core 3.1 Apps in Docker with HTTPS.

Package your ASP.NET Core app as a Docker Image and then run your image as a Docker container with HTTPS Enabled. This includes creating a dedicated self-signed development certificate, configuring user secrets and passing in the necessary environment variables to the container to enable HTTPS. We further configure this with Docker Compose for ease of use and reuse going forward.
Read More

Convey

Convey is a set of helper libraries that can be most of the time (with some exceptions) used independently of each other to help you to build your web applications and microservices. Convey is neither a framework nor a silver bullet.
Read More