.NETIntegrating Hangfire with RabbitMQ for Effective Message Processing in .NET ApplicationsIntroduction In this article, we explore how to integrate Hangfire with RabbitMQ for efficient…Shady NagyJanuary 5, 2024 8 min
.NETEfficient Task Scheduling in .NET Applications with Hangfire and In-Memory StorageIntroduction In modern .NET applications, efficiently managing background tasks like data processing…Shady NagyJanuary 1, 2024 2 min
.NETUnraveling Performance Bottlenecks in .NET Applications A Deep Dive with Code ExamplesIntroduction Performance is a critical aspect of software development. In .NET applications, certain…Shady NagyDecember 31, 2023 3 min
.NETUsing the Factory Method with `AddSingleton` in .NETIntroduction: Dependency Injection (DI) is a powerful pattern for implementing inversion of control…Shady NagyOctober 23, 2023 2 min
.NETSetting up SQL Dependency in a C# ApplicationIntroduction: In modern applications, keeping the UI up-to-date with database changes in real-time…Shady NagyOctober 16, 2023 3 min
.NETIntroduction to DateOnly and TimeOnly in C#Introduction .NET 6 introduced two new value types: DateOnly and TimeOnly. Before these were…Shady NagyOctober 2, 2023 3 min
.NETCalling Multiple Discord Webhooks Simultaneously in C#Introduction When developing bots or tools for Discord, there might be scenarios where sending…Shady NagySeptember 9, 2023 2 min
.NETMinimal APIs in .NET An Evolution Towards SimplicityIntroduction In traditional ASP.NET Core applications, the Controller is a fundamental part of the…Shady NagyMay 13, 2023 6 min
.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