TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

C# – good career choice or not?

5 pointsby jakubgarfieldalmost 8 years ago

6 comments

he0001almost 8 years ago
I swapped from Linux and the JVM to windows and c# 3 years ago and ran straight into a wall. While I thought it was a cultural thing, it&#x27;s mostly a platform thing and that influence the culture. Its like developing whith a straitjacket and everywhere you turn there&#x27;s a lockdown. APIs and frameworks feels not thought through and chunky. The language feels like an steroids addiction. It feels good and you feel the power and you get stronger and stronger, but suddenly weird things start happening and suddenly ugly things just pop out and you loose control. And then everything&#x27;s a mess and you there&#x27;s no way back.<p>There are some things which are nice but they clearly doesn&#x27;t outweigh the downsides with the platform. It feels shiny and nice at first but if you know what you could do instead of having to deal with the &quot;Microsoft-way TM&quot; it&#x27;s downright horrible. Don&#x27;t get fooled by the &quot;new shiny&quot; part! :)
mwjalmost 8 years ago
The language itself is fine. Lots of good FP concepts. The mentality of the wider .NET community is close-minded and insular, lots of NIH syndrome, architecture astronauts and enterprise frameworks (even at small companies), which I think is borne mostly out of its corporate heritage. There are exceptions (the f# community for one, and the odd nuget project) but in the large that has been my experience. Even coming back to .NET this year after a few years away, I find not much has changed (despite the recent OSS &quot;renaissance&quot;)
gigatexalalmost 8 years ago
Like it or not Microsoft isn&#x27;t going anywhere soon and c# has had async and other &quot;advannced&quot; features for years now. It&#x27;s more or less in par or exceeds Java. I think it&#x27;s a good choice. Or hedge your bets and become a polyglot.
djsumdogalmost 8 years ago
All languages and platforms have pluses and minuses. You can run C# on .NET Core in Linux in docker containers today too.<p>If you&#x27;re starting out, you really need to diversify. My first job was a lot of sysadmin plus Java and C++ dev. 2nd was VB.NET (terrible). 3rd was a call center (also terrible but I&#x27;m glad I did it; makes you appreciate the work) and then a Java dev for two years.<p>Today I do a lot of Scala and Python. Diversity in your field is important. It&#x27;s hard to get into positions where you don&#x27;t have the experience, but when you do, you show on your CV you can learn, build and reverse engineer all kinds of things.
crimsonalucardalmost 8 years ago
C# isnt a bad language but i would say that it colors your view of of the programming world and forces you to view it from a singular perspective... through the lens of microsoft...
评论 #14380944 未加载
reallydontaskalmost 8 years ago
In my limited experience, it seems that C# and Java are big in corporate environments and SMEs but not so much where startups are concerned<p>it&#x27;s seen as a safe pair of hands not necessarily as something cool.