Recent Posts

Execute sql query using windows terminal

less than 1 minute read

I had a sql file which was almost 400MB. Whenever, I was going to excute that file using SQL managment studio, it shows the following error. By the way, I wa...

Strategy design pattern with C#

2 minute read

Strategy design pattern is a behavioral design pattern. It is a particular software design pattern where algorithms are selected at runtime.

Abstract factory pattern with C#

3 minute read

Abstract factory pattern is a creational design pattern. Creational design pattern is deals with object creation mechanism. Object creation mechanism is chan...