Test Local Website on Smartphone While Developing In Visual Studio In this post, I will show you how to access a local website running on localhost(Windows). Specifically, I will show Ubuntu Virtual Box VM Will Not Boot After Disk Resize Fix In this post, I will show you how to fix Ubuntu not booting after you resize the disk of the Online GDS File Viewer In this post, I’ll talk about the online GDS File Viewer/Editor I made(or I’m making as it’s still a work C# Bitwise Operators In this code snippet, we will take a look at bitwise operators in C#. Bitwise operators can be used to C# Pattern Matching In this code snippet, we will take a look at pattern matching in C#. Pattern matching is simply testing if an expression C# Nullable Types Null Checking And Coalescing Operators In this code snippet, we will take a look at the nullable types, null coalescing and checking operators in C#. Reference types C# Records In this code snippet, we will take a look at records in C#. Records can be used instead of classes C# Readonly In this code snippet, we will take a look at the readonly keyword in C#. Obviously, a variable/field marked as readonly can C# Code Benchmarking In this code snippet, we'll see how to benchmark C# code. Benchmarking can be useful to find out how well a C# Tuples In this code snippet, we will take a look at tuples in C#. Tuples allow you to quickly and easily create < Previous 1 … 3 4 5 6 7 … 26 Next >