🌐
Rishi Daftary
rishidaftary.com › posts › golang-vs-dotnet9-benchmark
Http Performance: Go vs .Net 9 | Rishi Daftary
January 17, 2025 - In conclusion, both GoLang and .NET 9 offer robust performance for HTTP APIs, with .NET 9 showing a slight edge in requests per second, latency, and data transfer rate.
🌐
Reddit
reddit.com › r/golang › .net says golang 6x times slower than .net and slower than nodejs
r/golang on Reddit: .NET says golang 6x times slower than .net and slower than nodejs
October 4, 2025 -

I'm not a fan of any language but I know that there are some advantages and disadvantages of languages and framework alongside platforms matter - PHP is slow, yes it is slow comparing to any other languages but if you setup frakenPHP or swoole then is may compare with other languages -

I was just visiting dotnet page and saw that there is benchmark says 6x times faster than go and go even slower than nodejs

Why is it like this ? I'm not saying this is wrong and they are lying but, what is the explanation of this ? What does matter most such test cases?

Sources:

- https://imgur.com/a/Dx5B2kt

- https://dotnet.microsoft.com/en-us/

🌐
Reddit
reddit.com › r/golang › when is .net more performant than go?
When is .NET more performant than Go? : r/golang
October 20, 2024 - My experience with Go/C# for backends in the real world, is that Go typically delivers significantly better throughput, latency and startup times while using substantially less resources, with no specific effort put into optimization (assuming no glaring mistakes that tank perf).
🌐
GitHub
github.com › anjmao › netcore-vs-golang
GitHub - anjmao/netcore-vs-golang: .NET Core vs Go (Golang) performance
This repository holds code to test http api performance between .NET Core and Golang HTTP.
Starred by 32 users
Forked by 12 users
Languages   C# 42.5% | Go 36.6% | Lua 9.9% | Dockerfile 7.8% | Makefile 3.2% | C# 42.5% | Go 36.6% | Lua 9.9% | Dockerfile 7.8% | Makefile 3.2%
🌐
Medium
aditya-sunjava.medium.com › go-vs-java-vs-net-a-comprehensive-performance-and-development-time-evaluation-for-enterprises-d27838ddcdca
Go vs. Java vs. .NET: A Comprehensive Performance and Development Time Evaluation for Enterprises | by Aditya Bhuyan | Medium
October 9, 2024 - Go is renowned for its fast execution speed due to its compiled nature. Benchmarks often show Go outperforming Java and .NET in CPU-bound tasks. However, the actual performance can vary based on the specific application and workload.
🌐
Medium
medium.com › devs-community › the-ultimate-guide-to-net-9-vs-go-vs-rust-api-performance-in-2025-80fde3530457
The Ultimate Guide to .NET 9 vs Go vs Rust API Performance in 2025 | Devs Community
November 1, 2025 - In this post, I’ll share real benchmarks, pitfalls, and hard-won lessons comparing .NET 9, Go, and Rust in microservice-oriented APIs. If you’re staring at that exception and thinking “where the heck is my throughput going?” — this is for you.
🌐
Google Groups
groups.google.com › g › golang-nuts › c › _6K8SpMFsTM
.net core vs go
Even if .net core is in RC we can continue to develop with the classic .net and switch to core gradually. We are in a phase of "changing" and we are starting to do web apps with angular etc, my boss is also considering nodejs because we can use a single language both server and client side (web) My will to choose golang maybe it's selfish but i think that in long term Go is a better choice performance wise, license costs (maybe by adopting go we will be more willing to use linux and open software) but also because switching to something new (and better for my point of view) can be an opportunity to loose bad habits in development
🌐
Flexiple
flexiple.com › compare › dot-net-vs-go
.NET vs Go - A Detailed Comparison | Flexiple - Flexiple
These features ensure your application is safe from malicious attacks and threats. Simplicity: Go prioritizes readability and maintainability over being feature-rich, with only relevant features added to avoid unnecessary complexity.
Find elsewhere
🌐
Reddit
reddit.com › r/dotnet › should i stick with asp.net or switch to go (golang) for backend development?
r/dotnet on Reddit: Should I stick with ASP.NET or switch to Go (Golang) for backend development?
June 15, 2024 -

Hi everyone,

I'd appreciate your input. I'm a programmer with about a year of experience in ASP.NET, primarily because it's what my current company uses. However, I'm really interested in Go (Golang) and am considering whether to shift my focus.

Currently, my role isn't fully focused on coding, but more on analysis. While I've delved into ASP.NET over the past year, Go seems to offer better performance for backend development. This has me torn between continuing to master ASP.NET or switching to Go.

I understand that many enterprises use ASP.NET, but I'm also aware of a trend towards Go for its performance, especially in startups and modern companies. I could be wrong, though, so I'd love to hear your thoughts and suggestions on which path might be more beneficial for my future as a developer.

Thanks!

🌐
Medium
roshancloudarchitect.me › benchmarking-giants-asp-net-core-8-vs-node-js-vs-go-a-performance-analysis-964808bc6013
Benchmarking Giants: ASP.NET Core 8 vs. Node.js vs. Go-A Performance Analysis | by RoshanGavandi | Medium
November 21, 2024 - Explanation: Go’s goroutines allow for efficient, parallel request handling. Its simplicity and minimal overhead make it an excellent choice for microservices and APIs. Throughput measures how many requests a framework can handle per second. Here’s the comparison: ... ASP.NET Core 8 achieves unmatched throughput due to its optimized threading model, high-performance Kestrel server, and task-based asynchronous handling.
🌐
Reddit
reddit.com › r/dotnet › .net vs go vs node
r/dotnet on Reddit: .NET vs Go vs Node
October 4, 2022 -

Hey guys, I’m trying to decide and convince my superiors that .net is just as performant as Go or Node but I need some help.

SOME CONTEXT AROUND THE PROBLEM: We are trying to decide on a stack on GCP for a set of micro services. I am all for .net and postgresql / alloydb. We are planning to deploy the code on containers using Cloud Run.

The issue here is that my superiors think that .net is not as performant as go or node. IMO and all the research that I’ve done suggest that .net 6 is light years ahead of the previous versions and is completely capable of holding up against go or node.

My concern is also around the fact that code organization is so much better with c# compared to go or node. Simple things like IoC is better in c# vs go or node.

Any help on this is appreciated.

🌐
GitHub
gist.github.com › malekpour › dd78946d469fc6435d5c773055b280e7
Iris Go vs .NET Core Kestrel in terms of HTTP performance · GitHub
my result of your proposed code in updated Ubuntu 16.04 within virtual machine with 2-core processor and 1GB RAM with latest C# ASP.NET Core and Go Iris: ASP.NET Core 2.1: 1000000 / 1000000 [=============================================] 100.00% 2m18s Done!
🌐
Quora
quora.com › Which-has-a-better-performance-NET-Core-3-1-or-GO
Which has a better performance, .NET Core 3.1 or GO? - Quora
Answer (1 of 2): In short, .NET is generally faster but Go is much more memory efficient. Performance test results are loaded, to say the least. Based on the architectural decisions and tradeoffs made in the underlying runtime of any language, ...
🌐
Programming Language Benchmarks
programming-language-benchmarks.vercel.app › go-vs-csharp
Go VS C# benchmarks, Which programming language or compiler is faster
benchmarks,benchmark,performance,binarytrees,coro-prime-sieve,edigits,fannkuch-redux,fasta,helloworld,http-server,json-serde,knucleotide,lru,mandelbrot,merkletrees,nbody,nsieve,pidigits,regex-redux,secp256k1,spectral-norm,Go,Go lang,C#,C# lang
🌐
Cortance
cortance.com › home › tech knowledge hub › asp.net › asp.net vs go: which is better for performance and simplicity?
ASP.NET vs Go: which is better for performance and simplicity? | Cortance
Go generally wins on performance and simplicity. Go apps compile into fast, lightweight binaries, use less memory, and have fewer dependencies, making deploy...
🌐
Medium
artemasemenov.medium.com › how-does-golang-compare-to-asp-net-core-1241641a4c30
How does Golang compare to ASP.NET Core | by Artem A. Semenov | Medium
June 15, 2023 - ASP.NET Core’s support for containerization technologies like Docker and Kubernetes provides a straightforward path to deploy and scale applications across multiple servers or cloud services. Golang shines when it comes to building high-performing, scalable applications due to its efficient handling of concurrency with goroutines and its lightweight compiled binaries.
🌐
Medium
medium.com › deno-the-complete-reference › net-vs-java-vs-go-vs-rust-hello-uuid-performance-7ead3e7e79aa
.Net vs Java vs Go vs Rust: Hello UUID performance | Tech Tonic
February 11, 2024 - .Net’s CPU usage is the highest (500%), while Rust’s is the lowest (200%). The memory usage of Webflux is the highest (600M), while Rust’s is the lowest (9M, that’s all). .Net’s memory usage is 200M, still very high when compared to Go (29M) and Rust (9M). ... Thanks for reading this article. If you want to find out how Node frameworks fare against .Net for the same use case, you can visit the article here.
🌐
Medium
medium.com › hackernoon › go-vs-net-core-in-terms-of-http-performance-7535a61b67b8
Go vs .NET Core in terms of HTTP performance | by Gerasimos Maropoulos | HackerNoon.com | Medium
August 18, 2022 - Iris: A fast, simple and efficient micro web framework for Go. It provides a beautifully expressive and easy to use foundation for your next website, API, or distributed app. C#: is a general-purpose, object-oriented programming language. Its development team is led by Anders Hejlsberg. .NET Core: Develop high performance applications in less time, on any platform.