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 29, 2024Oct 29, 2024
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 12, 2024Aug 12, 2024
Circular Reference Entity FrameworkI had always gotten this error but I understand this at the end :DMar 25, 2024Mar 25, 2024
Virtual and Abstract in .netso today I will what is virtual and abstract with one real-life example.Mar 25, 2024Mar 25, 2024
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 15, 2024Mar 15, 2024
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 26, 2024Feb 26, 2024
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 24, 2024Feb 24, 2024
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