Remix.run Logo
bob1029 3 days ago

Linux was rarely part of the conversation when I was doing these conversions.

Getting access to things like Kestrel (breaking out of IIS jail) is way more critical. Also, self contained deployments mean you can stop shipping magical blessed machine images around. It's not even about the performance. It's about having technology that doesn't actively hate you.

pjmlp 3 days ago | parent | next [-]

We solved that headache with Windows containers, but yeah that is literally shipping a blessed machine in disguise.

000ooo000 3 days ago | parent | prev [-]

Adding to this, IME, doco for .NET Framework is increasingly hard to find because the .NET Core stuff bubbles up in its place - possibly also because Google is absolute trash these days. Not a big deal if you have some hardcore .NET lifers who know Framework inside out.. but I'd say those are heavily outnumbered, and eventually going to move on to goose farming anyway.

pjmlp 3 days ago | parent [-]

I can tell you that in regards to that, being around .NET since day zero is really advantageous for actually being able to find what I wanted.

Also they aren't the only ones, same applies on the Apple ecosystem, only those around Mac OS and OS X early days actually manage to find sensible documentation.