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
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
dotnetUsing 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
dotnetSetting 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 2 min