.NET & C#

ASP.NET Core, Minimal APIs, gRPC, and cloud-ready patterns.

  • 1 Tracked terms
  • Last 30 days Feed window

What this topic collects on

An article joins this feed when it matches these terms. Each one is also a search of its own.

Latest in .NET & C#


dev.to > fuadhusnan_f44f3e13 > graphql-vs-grpc-choosing-your-modern-api-stack-34g

GraphQL vs. gRPC: Choosing Your Modern API Stack

1+ week, 2+ day ago   (178+ words) This guide breaks down what each technology actually does well, where the tradeoffs bite, and how to decide between them — or combine them — for a real production system. GraphQL is a query language for APIs, developed to let clients ask…...


dev.to > achraf_benhamou > rpc-in-python-grpc-protocol-buffers-and-rest-vs-graphql-2klf

RPC in Python: gRPC, Protocol Buffers, and REST vs GraphQL

3+ week, 6+ hour ago   (856+ words) When building backend systems, choosing the right communication protocol can have a significant impact on performance, maintainability, and scalability. REST is still the most common choice for public APIs, while GraphQL has become popular when clients need flexible data fetching....


dev.to > silvern47 > streamux-full-rfc-9113-in-go-with-c-abi-3hie

Streamux: Full RFC 9113 in Go with C abi

3+ week, 1+ day ago   (119+ words) Spent the last few weeks building an HTTP/2 server from scratch in Go. Full RFC 9113 - framing, HPACK, stream state machine, flow control, TLS enforcement, 145/146 h2spec tests passing. The fun part was RFC 9218 stream priorities. Browsers already send priority: u=N on…...


dev.to > jjoyneriv > tcpdump-for-devops-read-a-tcp-handshake-and-stop-guessing-3a2f

tcpdump for DevOps: Read a TCP Handshake and Stop Guessing

3+ week, 6+ day ago   (461+ words) When a service "can't connect," the app logs and the network rarely tell the same story. tcpdump settles the argument: it shows what actually went over the wire, not what the client library claims happened. Learning to read three packet…...