Open Close Principle With C#
Open Close Principle is an Object Oriented Design principle. It is first introduced by Betrand Meyer in 1988. He says “Software entities (Class, module, func...
Open Close Principle is an Object Oriented Design principle. It is first introduced by Betrand Meyer in 1988. He says “Software entities (Class, module, func...
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...
Disaster Recovery is one of the burning issues in today’s tech world. While data has become the most important component of business, the rate of data loss, ...
As the name suggests, Disaster Recovery means recovering in case of any disaster. This is a much popular method used for SQL Server database safeguard. By se...
Strategy design pattern is a behavioral design pattern. It is a particular software design pattern where algorithms are selected at runtime.