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 the records in C#. Records can…
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…
C# Ranges
About In this code snippet, we will take a look at ranges in C#.Ranges give you…
C# Boxing
About In this code snippet, we will take a look at boxing and unboxing in C#.Boxing…
C# Dynamic Keyword
About In this code snippet, we will take a look at the dynamic keyword in C#.Dynamic…
C# DateTime
About In this code snippet, we will take a look at DateTime in C#.DateTime is used…