HACKER Q&A
📣 supahfly_remix

Net Success Stories on Linux?


I just recently learned that .Net runs on Linux, but the only information I can find is how to install it. Does anyone have any information (links, github repos) of successful projects running on Linux?


  👤 viraptor Accepted Answer ✓
Sonarr https://github.com/Sonarr/Sonarr and radarr https://github.com/Radarr/Radarr are two popular .net apps mostly used on Linux.

There's a few GUI apps using https://avaloniaui.net/


👤 369548684892826
Most stuff deployed to k8s in Azure is probably going to be using a linux based container.

https://docs.microsoft.com/en-gb/azure/aks/tutorial-kubernet...


👤 T0pH4t
The company I work for is a partial .net shop and runs a number of backend services on .Net core with Linux servers. So at the very least its a very real option in the services space. Can't speak to any UI needs.

👤 novantadue
"dotnet x.dll" is how to run it. Not much to it. I run kestrel webservers on linux.