Do I really run a containerized ASP.NET Core with dotnet run in production?

This page summarizes the projects mentioned and recommended in the original post on /r/dotnet

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • AspNetCore.Docs

    Documentation for ASP.NET Core

  • As of Core 2.0, Kestrel is an edge server, you can point it straight at the internet if you want to.

  • slskd

    A modern client-server application for the Soulseek file sharing network.

  • If you want the smallest possible container image without the .NET runtime installed, you can use a multi-stage Docker build to produce a self-contained executable, then use the runtime-deps base image for the runtime. Here's an example.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts