Çağlar Can SARIKAYAHow 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
Çağlar Can SARIKAYAImplementing 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
Çağlar Can SARIKAYACircular Reference Entity FrameworkI had always gotten this error but I understand this at the end :DMar 25Mar 25
Çağlar Can SARIKAYAVirtual and Abstract in .netso today I will what is virtual and abstract with one real-life example.Mar 25Mar 25
Çağlar Can SARIKAYAZero 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
Çağlar Can SARIKAYAC# 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
Çağlar Can SARIKAYAASP.NET Hosting ModelsI saw a code on the program.cs It starts like thatFeb 24Feb 24
Çağlar Can SARIKAYAHttpClient 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
Çağlar Can SARIKAYAPerformance 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
Çağlar Can SARIKAYAHttpContext, Routing, Network and Flow of Request in ASP.NET1. Routing in ASP.NETNov 1, 2023Nov 1, 2023