The strategy design pattern with an example

A strategy design pattern is the most commonly used design pattern in computer programming. In this post, we'll start with… Read More

5 years ago

Replacing existing entity framework code with Dapper

Developers choose Entity framework ORM (EF) for better productivity when accessing the database. But, when the product is built that… Read More

5 years ago

Customizing automatic HTTP 400 error response in ASP.NET Core Web APIs

ASP.NET Core provides automatic 400 error responses when the controllers are decorated with ApiController attribute. In this post, we'll see… Read More

5 years ago

Exploring web api in asp.net core

With the asp.net core modularity, the configuration and setup work for the asp.net core projects is more when compared to… Read More

5 years ago

visualizing stack and heap with SharpLab

When I wanted to look at the IL of the C# code I wrote I used to create a new… Read More

5 years ago

stopPropagation() and preventDefault() in JavaScript

In this article, we'll see what is stopPropagation and preventDefault in JavaScript. In the previous blog post, we looked at… Read More

5 years ago

What is Event Bubbling in JavaScript

what is event bubbling? How does event bubbles up? In this post, I'll explain how event bubbling happens and how… Read More

5 years ago

why func delegate is not translated to sql

This post is a sequence for the previous article which shows why the Func delegate is not translated into the… Read More

5 years ago

Unit tests for private methods?

This post as you read from the title is about unit testing for private methods. Do we really need to… Read More

5 years ago

Don’t use Func delegate on the Entity Framework entities

Why LINQ query is slow. Func delegate on Entity framework causes performance issue. In this post, I'll talk about how… Read More

6 years ago

This website uses cookies.