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?
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.