Unix Domain Sockets in .NET 6 — Basics and Real-World Examples
Creating cross-platform capable APIs using .NET became easier with the evolution towards .NET 6. APIs built on ASP.NET typically serve the app via TCP/IP using a specific interface and port. That makes sense due to APIs interacting over a network reg...
blog.fzankl.de11 min read