Ubuntu Virtual Box VM Will Not Boot After Disk Resize Fix
About In this post, I will show you how to fix Ubuntu not booting after…
Online GDS File Viewer
About In this post, I’ll talk about the online GDS File Viewer/Editor I made(or I’m…
C# Bitwise Operators
About In this code snippet, we will take a look at bitwise operators in C#.Bitwise operators can be used…
C# Pattern Matching
About In this code snippet, we will take a look at pattern matching in C#.Pattern matching is…
C# Nullable Types Null Checking And Coalescing Operators
About In this code snippet, we will take a look at the nullable types, null coalescing and…
C# Records
About In this code snippet, we will take a look at records in C#. Records can be…
C# Readonly
About In this code snippet, we will take a look at the readonly keyword in C#.Obviously, a…
C# Code Benchmarking
About In this code snippet, we’ll see how to benchmark C# code. Benchmarking can be useful…
C# Tuples
About In this code snippet, we will take a look at tuples in C#.Tuples allow you…