How to Remember Dependency Injection in .NET Using MnemonicsDependency Injection is a design pattern used to implement Inversion of Control (IoC). It allows a class to receive its dependencies from…Oct 29Oct 29
Implementing an LRU Cache in C#: A Step-by-Step GuideIn modern software development, efficient data management is crucial, especially when dealing with resources like memory and processing…Aug 12Aug 12
Circular Reference Entity FrameworkI had always gotten this error but I understand this at the end :DMar 25Mar 25
Virtual and Abstract in .netso today I will what is virtual and abstract with one real-life example.Mar 25Mar 25
Zero Budget Series 1: Free CI/CD ToolsHi, I am a backend developer and my purpose is to create an automated deployment system for my lab environment. I will improve this…Mar 15Mar 15
C# Rounding (Up or Down) or Truncate methodsThe methods for rounding numbers to two decimal places in C#, distinguish between those that perform mathematical rounding (up or down) and…Feb 26Feb 26
HttpClient vs IHttpClientFactory in .NetHi everyone, I found something interesting and I would like to share this with you. I was reviewing my codes on startup and I saw one of…Feb 24Feb 24
Performance Testing of an ApplicationWe will try to figure out how our application works in load. We will look at the stability and response of our application so that…Nov 9, 2023Nov 9, 2023
HttpContext, Routing, Network and Flow of Request in ASP.NET1. Routing in ASP.NETNov 1, 2023Nov 1, 2023