.NETMastering Threading in C# Concepts and ExamplesIntroduction Threading is a powerful technique that allows you to achieve better performance and…Shady NagyApril 23, 2023 10 min
.NETBuilding Real-Time Applications with SignalR and .NET 7 A Step-by-Step GuideIntroduction In today's world, real-time applications are increasingly important to provide users…Shady NagyApril 22, 2023 5 min
.NET.NET 7 and Machine Learning with ML.NET Unleashing the Power of AI in Your ApplicationsIntroduction Machine learning (ML) is becoming increasingly important in modern software development…Shady NagyApril 21, 2023 4 min
.NET.NET 7 Exciting New Features and Improvements for Modern Web DevelopmentIntroduction The .NET ecosystem is constantly evolving to provide developers with better tools…Shady NagyApril 20, 2023 5 min
.NETEfficient 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 12 min
.NETAPI Rate LimitingIntroduction API rate limiting is essential for maintaining the stability and reliability of your…Shady NagyApril 18, 2023 3 min
.NETSetting 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 6 min
.NETApply JWT on Endpoints (.NET Core)Introduction JSON Web Token (JWT) is a widely used method for securing APIs and transmitting…Shady NagyJuly 22, 2022 4 min
.NETValue 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 3 min
.NETDot Net 6 Kestrel Linux ConfigurationIntroduction In this post, we will discuss how to configure the Kestrel server in .NET 6 using two…Shady NagyDecember 1, 2021 2 min