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
AngularDeploy Angular Application on Rocky Linux with NGINXIntroduction This tutorial provides a comprehensive guide on deploying an Angular application on a…Shady NagyDecember 20, 2023 3 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
dotnetImplementing RelayCommand in WPF Using CommunityToolkit.MvvmIntroduction In this tutorial, we will explore how to use the RelayCommand in a C# WPF application…Shady NagyAugust 05, 2023 2 min
AngularDynamically Injecting Environment Variables in a Dockerized Angular ApplicationIntroduction In this blog post, we'll address a common issue developers face when Dockerizing…Shady NagyMay 25, 2023 3 min
dotnetManaging Authentication Tokens in .NET Core with HttpClientFactory and DelegatingHandlersIntroduction In the modern development world, the use of RESTful APIs is prevalent. One of the most…Shady NagyMay 17, 2023 4 min
dotnetMinimal APIs in .NET An Evolution Towards SimplicityIntroduction In traditional ASP.NET Core applications, the Controller is a fundamental part of the…Shady NagyMay 13, 2023 5 min