PinnedRedis as a Distributed Cache on .NET 6.0Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache, and message broker. Well-known as a…Apr 16, 2022Apr 16, 2022
PinnedIn Memory Caching on .NET 6.0ASP.NET provides two types of caching that you can use to create high-performance Web applications. The first is called output caching…Mar 26, 2022A response icon1Mar 26, 2022A response icon1
PinnedWriting Better Performing Queries with LINQ on EF Core 6.0 ⚙️🔧This one was in the drafts folder for a long time; I wanted to include my personal experiences as well before giving away any suggestions…Dec 19, 2021A response icon2Dec 19, 2021A response icon2
PinnedAn Introduction to Writing High-Performance C# Using Span<T> StructLet’s talk about Span<T> today, which has been talked about couple of years for now because it has been introduced with C#7.2 and supported…Dec 12, 2021A response icon3Dec 12, 2021A response icon3
PinnedUnderstanding CQRS Pattern using .NET Core & MediatRCommand and Query Responsibility Segregation with MediatRSep 3, 2021A response icon2Sep 3, 2021A response icon2
Configuring WSL2 for .NET DevelopmentDevelopers can access the power of both Windows and Linux at the same time on a Windows machine. The Windows Subsystem for Linux (WSL)…Jan 5, 2023Jan 5, 2023
What I Learned About ESP32-CAM and Everything You Need to KnowI know that IoT is not my usual expertise, but as Alan Kay once said “People who are really serious about software should make their own…May 15, 2021A response icon3May 15, 2021A response icon3
Inheritance Strategy in Entity Framework Core 5Prior to .NET 3.5, we (developers) often used to write ADO.NET code or Enterprise Data Access Block to save or retrieve application data…May 4, 2021May 4, 2021
How We Tackled Twitter Platform Manipulation.This is a story of how our research group created a solution/framework that can be used in similar contexts to solve Platform Manipulation…Mar 7, 2021Mar 7, 2021