ORM Tools In .Net Core Step By Step.Hello, Many of us use EF (entity framework) as an orm tool in their projects. I have only used EF throughout my entire work experience. I…5d ago5d ago
For vs Foreach 👊Inspired by a YouTube content prepared by the Tech Buddy channel, I conducted a reference test on for and foreach loops in C#. Afterwards…Jan 23, 2024Jan 23, 2024
How can I get rid of If-Else blocks with Abstraction and Reflection?We have been using if-else blocks since the first days we started programming. But now we have started to write more complex codes. Of…May 15, 20231May 15, 20231
Unit TestThis tutorial is referenced from the video that Salih Cantekin has published.Jul 9, 2022Jul 9, 2022
Asp.Net Core MiddlewareI learned something about middleware from this video. I wrote an article about this topic. I hope it will helpful.Mar 7, 2022Mar 7, 2022
Asp.Net Core MVC 5.0 RouteI learned something about route from this video. I wrote an article about this topic. I hope it will helpful.Mar 6, 2022Mar 6, 2022
The solution of practices found in React official tutorial (Tic Tac Toe)Hello, I started learning React from official tutorial. I want to share solutions. Maybe there are some bugs or bad solutions but that…Jan 23, 2022Jan 23, 2022