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.

.NET Core vs. Golang

33 pointsby vikas0380over 8 years ago

9 comments

0xmohitover 8 years ago
The best message [0] in the thread:<p><pre><code> IMHO you must consider nodeJs. </code></pre> [0] <a href="https:&#x2F;&#x2F;groups.google.com&#x2F;forum&#x2F;#!original&#x2F;Golang-nuts&#x2F;_6K8SpMFsTM&#x2F;TITjtP5jBwAJ" rel="nofollow">https:&#x2F;&#x2F;groups.google.com&#x2F;forum&#x2F;#!original&#x2F;Golang-nuts&#x2F;_6K8S...</a>
评论 #13066595 未加载
评论 #13065321 未加载
SEJeffover 8 years ago
That was a pretty amusing way of getting the conversation started, but fundamentally they are two entirely different things. The IDE tooling for .Net is very good, but .Net Core is still super new and not really &quot;production&quot; grade yet. It doesn&#x27;t even fully integration with MSBuild if I recall correctly.<p>That being said, if there is a future need&#x2F;want to migrate to Linux, go makes a lot more sense than .Net core simply from the standpoint of Linux support being so new and frankly, foreign to Microsoft. They&#x27;re doing it to help with Azure, but that doesn&#x27;t mean it is entirely stable and bug-free. If their developers aren&#x27;t heavily testing it, why would you want to build production applications using it? If your ecosystem is fundamentally entirely Microsoft based as are the developer teams, switching to golang and its own idiosyncrasies seems like quite the tall order, even if it might result in a better team ultimately.
评论 #13065390 未加载
评论 #13065903 未加载
评论 #13066601 未加载
dodygover 8 years ago
If you are checking out ASP.NET Core, my project would be useful for you <a href="https:&#x2F;&#x2F;github.com&#x2F;dodyg&#x2F;practical-aspnetcore" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dodyg&#x2F;practical-aspnetcore</a>
评论 #13065339 未加载
tscs37over 8 years ago
IMO the best choice depends on what you want to do. Like always.<p>Go shines when it comes to serving a webpage, connecting to the database and processing shitloads or buttloads of data.<p>C#&#x2F;.NET has been the most pleasant language I&#x27;ve ever worked with hands down no seconds. But it sucks if you want to develop something that runs on a small server or needs to serve shitloads or buttloads of data.<p>Also C# has Visual Studio and the Form Designer in it, which is probably the best GUI Creator on the market.<p>Core is not there yet (AFAIK) but making progress.
KirinDaveover 8 years ago
It really seems like the question is all about &quot;I&#x27;d like to use this new thing but I&#x27;m afraid I cannot convince my co-workers.&quot;<p>Quite frankly, convincing and demonstrating to your co-workers that this change will be good is the first thing you should do after you have convinced yourself.
FrancoDiazover 8 years ago
<i>We want to switch to something crossplatform and stick with it for all new projects.</i><p>C#, .NET core is cross-platform.
评论 #13066622 未加载
UK-ALover 8 years ago
Being go forum, I doubt it&#x27;s going to be balanced argument.
tmitchel2over 8 years ago
It&#x27;s great news for MS that these are even being compared. However, more importantly...let the flame wars begin!
sremaniover 8 years ago
What realistic framework do we have if we have to convert a asp.net project to go-lang based solution.