.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
.NETManaging User Sessions Across Multiple Devices in .NET 8Introduction Ever logged into Netflix and saw "Someone is watching on another device"? Or checked…Shady NagyJanuary 15, 2026 7 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
.NETInternalsVisibleTo Exposing Internal Members to Test Projects in .NETInternalsVisibleTo: Exposing Internal Members to Test Projects in .NET The Problem When building…Shady NagyMarch 13, 2025 3 min
.NETUsing 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 4 min
.NETAutomate .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 1, 2024 2 min
.NETHandling 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 3 min
.NETCentralized Package Management in .NET ProjectsIntroduction Managing dependencies in a .NET project can become cumbersome as the number of…Shady NagyJuly 6, 2024 2 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