Fabian Zankl's Blog

Fabian Zankl's Blog

Follow
Follow
homeAzure Tips & Tricksbadgesnewsletter
Tag

dotnet

#dotnet

More content

Read more stories on Hashnode


Articles with this tag

Customize secret handling with Azure Key Vault in ASP.NET

Sep 2, 20226 min read

When talking about secrets (passwords, tokens, etc.), it goes without saying that this kind of data must be protected. With Azure Key Vault you can...

Customize secret handling with Azure Key Vault in ASP.NET

Unix Domain Sockets in .NET 6 — Basics and Real-World Examples

Feb 9, 202211 min read

Using Unix Domain Sockets in .NET 6 server and client apps · Creating cross-platform capable APIs using .NET became easier with the evolution towards...

Unix Domain Sockets in .NET 6 — Basics and Real-World Examples

Building a Fast and Reliable Reverse Proxy With YARP

Jan 25, 20216 min read

.NET based reverse proxy library for microservice architectures · When it comes to microservice architectures, multiple endpoints often have to be...

Building a Fast and Reliable Reverse Proxy With YARP

Distributed Services using gRPC

Nov 8, 202010 min read

Practical guide to gRPC and how to use it in .NET and Python · Efficient communication is often one of the main drivers for modern software systems, even...

Distributed Services using gRPC