C#

Dependency Injection

Dependency Injection

Posted August 13, 2022 by Hary Prabowo Suryoatmojo ‐ 4 min read

Init-only Setter

Init only Setter

Posted August 30, 2022 by Hary Prabowo Suryoatmojo ‐ 2 min read

Priority Queue

Priority Queue

Posted September 2, 2022 by Hary Prabowo Suryoatmojo ‐ 3 min read

Priority Queue Before .NET 6

Priority Queue Before .NET 6

Posted September 2, 2022 by Hary Prabowo Suryoatmojo ‐ 2 min read

Open Text File in Notepad Using C#

How to Open Text File in Notepad Using C#

Posted July 3, 2023 by Hary Prabowo Suryoatmojo ‐ 4 min read

Open Edge Browser with Url from C#

How to Open Edge Browser with Url from C#

Posted July 10, 2023 by Hary Prabowo Suryoatmojo ‐ 4 min read

How to Get Default Browser from C#

How to Get Default Browser from C#

Posted July 13, 2023 by Hary Prabowo Suryoatmojo ‐ 3 min read

How to Get Edge Version using C#

How to Get Edge Version using C#

Posted July 18, 2023 by Hary Prabowo Suryoatmojo ‐ 3 min read

Empty Recycle Bin using C#

Empty Recycle Bin using C#

Posted September 22, 2023 by Hary Prabowo Suryoatmojo ‐ 1 min read

Trie Implementation in C#

This tutorial will show how to implement Trie data structure in C#.

Posted September 6, 2022 by Hary Prabowo Suryoatmojo ‐ 4 min read

How to Mock Static Method or Property in C#

How to Mock Static Method or Property in C#.

Posted August 10, 2022 by Hary Prabowo Suryoatmojo ‐ 3 min read

How to Detect Cycle in a Linked List

This tutorial will show you some algorithms to detect whether a Linked List contains a cycle.

Posted March 5, 2021 by Hary Prabowo Suryoatmojo ‐ 2 min read

Minimum Time Visiting All Points

This tutorial will show you how to solve Minimum Time Visiting All Points problem.

Posted February 28, 2021 by Hary Prabowo Suryoatmojo ‐ 3 min read

C# Enum

In C#, Enum is a value type whose members are named constant and its underlying value is integer.

Posted February 20, 2021 by Hary Prabowo Suryoatmojo ‐ 3 min read

Func and Action Equivalent in Java

This tutorial will show you how to achieve Func and Action functionality in Java.

Posted January 27, 2021 by Hary Prabowo Suryoatmojo ‐ 2 min read