EMEhsan Mirsaeediinmirsaeedi.hashnode.dev·Jan 4, 2025 · 3 min readCPU and Memory monitoring in .NET(Just as a reminder to myself: this is the first post after my child was born, and now I'm writing while he is cooing and speaking to us in his own baby language.) Recently, I worked on implementing a throttling mechanism for our service at Microsoft...00
EMEhsan Mirsaeediinmirsaeedi.hashnode.dev·Nov 11, 2024 · 4 min readmTLS & ASP.NETIn Microsoft, we use mTLS (Mutual Transport Layer Security) extensively to secure our service-to-service (S2S) communications. In this short post, I’m going to cover what mTLS is and how it can be used in dotnet. Link: mTLS protocol explained in TLS ...00
EMEhsan Mirsaeediinmirsaeedi.hashnode.dev·Sep 21, 2024 · 9 min readAccess Tokens in Microsoft Entra (aka AAD)Access tokens are a crucial aspect of identity and access management in Microsoft Entra. They serve as the bridge between applications and protected resources, ensuring that only authorized entities gain access. In this post, we'll explore the differ...00