A strategy design pattern is the most commonly used design pattern in computer programming. In this post, we'll start with… Read More
Developers choose Entity framework ORM (EF) for better productivity when accessing the database. But, when the product is built that… Read More
ASP.NET Core provides automatic 400 error responses when the controllers are decorated with ApiController attribute. In this post, we'll see… Read More
With the asp.net core modularity, the configuration and setup work for the asp.net core projects is more when compared to… Read More
When I wanted to look at the IL of the C# code I wrote I used to create a new… Read More
In this article, we'll see what is stopPropagation and preventDefault in JavaScript. In the previous blog post, we looked at… Read More
what is event bubbling? How does event bubbles up? In this post, I'll explain how event bubbling happens and how… Read More
This post is a sequence for the previous article which shows why the Func delegate is not translated into the… Read More
This post as you read from the title is about unit testing for private methods. Do we really need to… Read More
Why LINQ query is slow. Func delegate on Entity framework causes performance issue. In this post, I'll talk about how… Read More
This website uses cookies.