this post was submitted on 28 Aug 2023
-17 points (24.2% liked)
Experienced Devs
3956 readers
1 users here now
A community for discussion amongst professional software developers.
Posts should be relevant to those well into their careers.
For those looking to break into the industry, are hustling for their first job, or have just started their career and are looking for advice, check out:
- Logo base by Delapouite under CC BY 3.0 with modifications to add a gradient
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
First, every company uses Windows, you can't avoid this and you'll have to learn how to use all the tools (Visual Studio, Office365, everything else). Yes it sucks, no you can't use another OS if you want to eat.
As for why .NET and C#: my shitty theory is that companies used to write software in C++. Then Java came along but it was not evolving fast enough, and Oracle was suing the whole planet. Microsoft invented C# to annoy everyone (both C++ and Java) and it worked because C# is actually a good language. You have a big SDK, you can do everything that Java does, it's easier than C++, and you can use your C++ code with C++/CLI. C# was a good alternative and people used it.
C++ is too hard (I know, I use it daily), and Java is dead. I don't think companies who use C# will go back to using an older language. That would be suicidal.