Composite Design Pattern in C#

design-patterns-oop-csharp

This is the fourth post in the Structural Design Patterns series and in this post, we will discuss the Composite Design Pattern and its implementation using the C# progamming language. The Composite Design Pattern provides …

Read more

Facade Design Pattern in C#

design-patterns-oop-csharp

This is the third post in the Structural Design Patterns series and in this post, we will discuss the Facade Design Pattern and its implementation using the C# programming language. The Facade Design Pattern provides …

Read more

Proxy Design Pattern in C#

design-patterns-oop-csharp

This is the second post in the Structural Design Patterns series and in this blog post, we will discuss the Proxy Design Pattern and its implementation using the C# programming language. The Proxy Design Pattern …

Read more

SQLite Studio to manage SQLite databases

executecommands.com tools

In this blog post, we will discuss SQLite Studio, a great little management tool, that helps us to easily create and manage SQLite databases. It is a free, cross-platform, portable (no installation required), open-source tool, …

Read more

Adapter Design Pattern in C#

design-patterns-oop-csharp

This is the first post in the Structural Design Patterns series and in this blog post, we will discuss the Adapter Design Pattern and its implementation using the C# programming language. The Adapter pattern is …

Read more

How to add a new profile in Windows Terminal

How to add a new profile in Windows Terminal 2

In this blog post, we will discuss how to add a new profile in Windows Terminal application and provide some customization like cursor shape, its color, background image, etc. Here we will use cmd.exe and create …

Read more

How to customize Windows Terminal Application

How to customize Windows Terminal Application 5

In this blog post, we will learn how to customize Windows Terminal. First, we will understand the two important settings.json and defaults.json configuration files to build a better understanding. If you are completely new to …

Read more

How to customize Windows Terminal Key Bindings

How to customize Windows Terminal Key Bindings 6

In this blog post, we will learn how to customize Windows terminal key bindings (shortcuts) and go through a list of default key bindings categories. We will understand the two important settings.json and defaults.json configurations …

Read more

How to Install Windows Terminal in Windows 10

How to Install Windows Terminal in Windows 10 7

In this blog post, we will discuss how to install Windows Terminal application on a Windows 10 machine and will learn about its brief overview, main features, and important configuration files. What is a Windows …

Read more