Published inTowards DevThe Circuit Breaker PatternThe circuit breaker pattern is a fault tolerance pattern boosting software resiliency. In this article, I will explain how to implement it.Aug 16, 2024Aug 16, 2024
Published inDev GeniusCustom scheme authentication in asp.net coreIn this article, I will discuss how to implement a custom authentication process alongside the default authentication schemes.Apr 17, 2024Apr 17, 2024
Published inDev GeniusSigning PDFs using PKCS#11 in C#the process of signing a PDF in .NET. a step-by-step guide and a practical demonstration using a sample code snippet in C#Apr 3, 2024Apr 3, 2024
Published inDev GeniusWhy .Count is faster than .Any()Using .Count is faster and more efficient in .NET instead of .Any() this article says why .Count is faster but not in all versionsMar 1, 20244Mar 1, 20244
Published inTowards DevRecords in C# and value objects in DDDRecords are reference types similar to classes and have synthesized members. They support inheritance from other records but not from…Feb 19, 2024Feb 19, 2024
Published inDev GeniusPublic Key Infrastructure conceptsPKI encompasses a network of algorithms, mechanisms, softwares, hardwares, and roles that collaborate to establish a secure infrastructureFeb 12, 2024Feb 12, 2024
Published inDev GeniusThrowing Exception vs returning ErrorThis article explores throwing exceptions and returning results in OOP, examining how they guide users through error messages.Feb 5, 20241Feb 5, 20241
Protect your Azure resources using locksA Resource Lock is a feature within the Azure cloud platform that allows you to safeguard your resources from accidental deletion or …Nov 4, 2023Nov 4, 2023
Published inTowards DevAnatomy of Azure Functionsin this new article, I aim to rectify that by exploring the anatomy of an Azure Function in detail.Oct 3, 2023Oct 3, 2023