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
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
dotnetIntroduction to DateOnly and TimeOnly in C#Introduction .NET 6 introduced two new value types: DateOnly and TimeOnly. Before these were…Shady NagyOctober 02, 2023 1 min
dotnetCalling Multiple Discord Webhooks Simultaneously in C#Introduction When developing bots or tools for Discord, there might be scenarios where sending…Shady NagySeptember 09, 2023 1 min
dotnetEfficient Background Task Processing in ASP.NET Core Techniques and Best PracticesIntroduction In web applications, you may encounter situations where you need to execute long…Shady NagyApril 19, 2023 6 min
dotnetAPI Rate LimitingIntroduction API rate limiting is essential for maintaining the stability and reliability of your…Shady NagyApril 18, 2023 2 min
dotnetSetting Up RabbitMQ with Docker and Creating Web and Desktop ApplicationsIntroduction: In this blog post, we will demonstrate how to set up RabbitMQ with Docker on a CentOS…Shady NagyApril 11, 2023 4 min