MS SQLIn-Memory OLTPIntroduction In-Memory OLTP, introduced in SQL Server 2014, is a high-performance, memory-optimized…Shady NagyFebruary 4, 2024 6 min
.NETImplementing RelayCommand in WPF Using CommunityToolkit.MvvmIntroduction In this tutorial, we will explore how to use the RelayCommand in a C# WPF application…Shady NagyAugust 5, 2023 4 min
.NETManaging 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 5 min
.NETMinimal 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 6 min
.NETMastering Threading in C# Concepts and ExamplesIntroduction Threading is a powerful technique that allows you to achieve better performance and…Shady NagyApril 23, 2023 10 min
.NETBuilding 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 5 min
.NET.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 4 min
.NET.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 5 min
.NETEfficient 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 12 min
.NETAPI Rate LimitingIntroduction API rate limiting is essential for maintaining the stability and reliability of your…Shady NagyApril 18, 2023 3 min