8 ms·
Is there something about .NET that makes this easier?
by arunix 1y ago
Is there something about .NET that makes this easier?
- bob1029 1y agoSelf-contained deployments help a lot.
- jiggawatts 1y agoIt's like Java in that it tends towards the "build once, run anywhere" style. Also, Windows has a consistent user-mode API surface (unlike Linux), so a .NET app that runs on a desktop will run on server almost always. The same cannot be said for someone developing on a "UNIX-like" system such a MacOS and then trying to run it on Ubuntu... or RedHat. Alpine? Shit...