A Deep Dive Into Primary ConstructorsHi, Today we will talk about Primary Constructor, which came with C# 12 .Net. It is used to simplify the syntax for initializing…Sep 19Sep 19
Keep AI Email Templates With Memento Design PatternToday we will talk about the memento design pattern, one of the behavioral design patterns that I use a lot. Its purpose is to undo the…Aug 22Aug 22
How to Use String Keyword as an Entity in a LINQ QueryToday we will talk about how to use string parameters as an Entity on Linq Query with .NET 8.Aug 31Aug 31
Race Condition Issues in Multithreaded ApplicationsRace conditions occur when two computer program processes, or threads, attempt to access the same resource at the same time and cause…Sep 1, 20231Sep 1, 20231
Generic Dependency Injection on .Net 7.0Hi, Today we will talk about, using generic Dependency Injection while implementing Strategy Design Pattern on .Net 7.0.Jun 27, 2023Jun 27, 2023