dotnetEfficient Background Task Processing in ASP.NET Core Techniques and Best PracticesIntroduction In web applications, you may encounter situations where you need to execute long…Shady NagyApril 19, 2023 6 min
dotnetAPI Rate LimitingIntroduction API rate limiting is essential for maintaining the stability and reliability of your…Shady NagyApril 18, 2023 2 min
dotnetSetting Up RabbitMQ with Docker and Creating Web and Desktop ApplicationsIntroduction: In this blog post, we will demonstrate how to set up RabbitMQ with Docker on a CentOS…Shady NagyApril 11, 2023 4 min
dotnetApply JWT on Endpoints (.NET Core)Introduction JSON Web Token (JWT) is a widely used method for securing APIs and transmitting…Shady NagyJuly 22, 2022 3 min
dotnetValue converters in Entity Framework Code (EF Core)Introduction In this post, we will discuss how to use Entity Framework (EF) Core value converters to…Shady NagyJuly 13, 2022 2 min
dotnetDot Net 6 Kestrel Linux ConfigurationIntroduction In this post, we will discuss how to configure the Kestrel server in .NET 6 using two…Shady NagyDecember 01, 2021 1 min
dotnetExclude C# Integration Tests on GitHub ActionsIntroduction In software development, it's crucial to ensure the quality and reliability of your…Shady NagyAugust 17, 2021 2 min