Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
devTea240886yWhat @iren said, unless you’re building a os dependant software
And since you’re aiming WPF, Xamarin, asp.net then stick to windows
Are you talking about asp.net or .net mvc? -
Linux is so much better when it comes to C/C++. winapi is just a huge fucken mess in my eyes.
-
If you're used to windows... Keep using windows.
Linux is not better in any way... Don't listen to those who claim it is.
You will spend a lot of time configuring and fixing stuff that you didn't even have to worry about with windows.
You might even find that Linux will be in your way of doing things.
If you know Linux and you're comfortable using it the go for it. Dotnet core now supports and runs on Linux so your ASP. Net website can be built on Linux and hosted on Linux.
Try both OS's for yourself then decide, don't let others make the choice for you. -
C0D4681466yDepends on your stack and your level of knowledge overall.
I use Windows as my daily os, but I work in a LAMP stack with virtual machines, these VMs are 99% replicas of AWS instances minus the load balancer and some config due to that those differences that can't be created locally, I use MobaXterm to give me SSH and SFTP connections in a single application, heidiSQl for database access and vscode as the default editor so opening a remote file will launch in vsCode and save back over SFTP when done.
I also have PHP and MariaDB installed on windows for screwing around with things if needed and environment paths setup so I can use these in cmd or powershell with little fuss.
Just because your stack is different to your daily os, doesn't make your daily os less efficient if you know what you are doing.
Use what ever Os you want, you can always use virtual machines or docker to handle your stack as required. -
Setting up, say, java on windows:
Google jdk download
Navigate to the java11 exe
Download
Google eclipse/intellij download
Navigate to the exe
Download
Wait for them to install
Hope windows didnt fuck up PATH
Setting up java on linux:
Pacman -S openjdk eclipse && eclipse -
Thanks guys, I am planning to master .NET Core development especially for the web, but maybe I'll stick to Windows because C# is created by Microsoft so maybe they'll push harder to make Windows the best environment for C# developers
-
C0D4681466yBased on this article,
It doesn't matter. Since MS will be bringing a full fledged Linux kernel to WSL.
https://devblogs.microsoft.com/comm... -
Ederbit7386yTwo different OS's for two different workflows.
You will fail if you try to get your workflow from windows working on linux. It's just different.
The difference is, in Linux you have all the power to customize everything you want. You can get super productive or less productive than windows depending on how you configure it.
Learning Linux is never bad, do it in your spare time but don't try to convert everything in one day.
Related Rants
-
gururaju53*Now that's what I call a Hacker* MOTHER OF ALL AUTOMATIONS This seems a long post. but you will definitely ...
-
linuxxx65This guy at my last internship. A windows fanboy to the fucking max! He was saying how he'd never use anythi...
-
creedasaurus60Another dev on my team just got a new machine. Before he came in today I made two separate USB installers and ...
tl;dr Why Linux?
So yeah, another Linux question. I love C# and been doing some WPF and Xamarin stuff and planning to learn ASP.NET, but why do I hear that Linux is better than Windows for web dev. Why should I learn it especially if I want to specialize in .Net? Sorry just a student and I heard Microsoft is bringing a lot of Linux goodness to Windows and I wonder why.
question
windows
web dev
linux
asp.net