DEV Community

Discussion on: Is linux good enough for everyday programming?

Collapse
 
zlorenzini profile image
zlorenzini • Edited

Fortunately, that is no longer the case. I have a Linux machine running .NET Core, Powershell, and MS SQL Server. You can install the extensions for VS Code so it behaves like Visual Studio, and test and publish your builds. If you use MS's SQL Docker image, you can spin up a SQL server in seconds. You can also use their Dockerfile to publish a .NET Core Function App to a container. Using these procedures, I was able to convert $250+ a month in Azure services to a $19 per month Linux VPS and it's 10 times faster. It's about the most ironic thing in the world, but Microsoft stuff runs way better in Linux.

Thread Thread
 
justinmaxwell profile image
Justin Maxwell

I'm not saying that there are not a ton of .NET people now using Linux... I'm just saying that there is still a vast number yet to take the plunge. But your reply is actually very helpful to me right now (I'm just starting to play with Azure)