Ask HN: 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?
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?
Comments
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/
That's good info -- thanks!
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...
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.
"dotnet x.dll" is how to run it. Not much to it. I run kestrel webservers on linux.
Thanks! Do you find it useful on Linux? If so, what do you use it for?
Its way easier to write scripts in dotnet than bash. I'm trying to build a startup with dotnet + kestrel + cassandra on linux.
Why would you use it over, say Python, for example? I'm really surprised something from Microsoft works well on Linux. (Not saying they aren't technically capable, just lack motivation to get it work well).
C# is the easiest language and I already know it. Facebook was written in PHP, not because it was the best choice, but because Mark already knew it. If I was doing ML stuff I think I'd have to learn python. To be honest I wish I was some emacs genius doing everything on linux, but ¯\_(ツ)_/¯