MS SQLIn-Memory OLTPIntroduction In-Memory OLTP, introduced in SQL Server 2014, is a high-performance, memory-optimized…Shady NagyFebruary 04, 2024 4 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
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
dotnetMastering Threading in C# Concepts and ExamplesIntroduction Threading is a powerful technique that allows you to achieve better performance and…Shady NagyApril 23, 2023 5 min
dotnetBuilding Real-Time Applications with SignalR and .NET 7 A Step-by-Step GuideIntroduction In today's world, real-time applications are increasingly important to provide users…Shady NagyApril 22, 2023 3 min
dotnet.NET 7 and Machine Learning with ML.NET Unleashing the Power of AI in Your ApplicationsIntroduction Machine learning (ML) is becoming increasingly important in modern software development…Shady NagyApril 21, 2023 2 min
dotnet.NET 7 Exciting New Features and Improvements for Modern Web DevelopmentIntroduction The .NET ecosystem is constantly evolving to provide developers with better tools…Shady NagyApril 20, 2023 4 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