dotnetUsing the Factory Design Pattern in a .NET 8 APIIntroduction In software development, one of the most critical design principles is ensuring that…Shady NagyOctober 13, 2024 2 min
dotnetAutomate .NET Package Deployment to NuGet with GitHub ActionsIntroduction In this guide, we'll walk through how to set up GitHub Actions to automatically publish…Shady NagyOctober 01, 2024 1 min
dotnetHandling FormData in FastEndpoints Solving the 415 Unsupported Media Type ErrorIntroduction FastEndpoints is a high-performance, open-source framework for building web APIs with…Shady NagyAugust 10, 2024 2 min
dotnetCentralized Package Management in .NET ProjectsIntroduction Managing dependencies in a .NET project can become cumbersome as the number of…Shady NagyJuly 06, 2024 1 min
dotnetGetting Started with NDepend A Comprehensive Guide to Boosting Code QualityIntroduction NDepend is a powerful tool designed to help developers maintain high-quality code by…Shady NagyJuly 03, 2024 4 min
dotnetHow to Install .NET 8 on Rocky Linux 9Introduction .NET is a popular free, cross-platform, open-source developer platform for building…Shady NagyJanuary 12, 2024 1 min
dotnetIntegrating 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 05, 2024 5 min
dotnetUpgrading GitHub Actions Artifacts from V3 to V4 A Comprehensive GuideIntroduction In the evolving world of software development, continuous integration and continuous…Shady NagyJanuary 04, 2024 2 min
dotnetEfficient Task Scheduling in .NET Applications with Hangfire and In-Memory StorageIntroduction In modern .NET applications, efficiently managing background tasks like data processing…Shady NagyJanuary 01, 2024 1 min
dotnetUnraveling 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 1 min