.NETWhy Your EF Core Tests Are Lying to You (And How SQLite In-Memory Fixes It)Introduction Picture this: You've written a comprehensive test suite for your .NET application. All…Shady NagyFebruary 1, 2026 8 min
GitHubLocal Webhook Testing Using ngrok to Connect GitHub Actions with Your .NET APIIntroduction As developers, we frequently face a common challenge: how do we test webhook-driven…Shady NagyApril 25, 2025 10 min
.NETGetting 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 3, 2024 5 min
.NETHow 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 2 min
.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
.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
.NETImplementing RelayCommand in WPF Using CommunityToolkit.MvvmIntroduction In this tutorial, we will explore how to use the RelayCommand in a C# WPF application…Shady NagyAugust 5, 2023 4 min