In a previous post, I showed how to compare two files using Visual Studio Code, the solution…
Compare any two files using Visual Studio Code
I want to see the difference between the contents of two files. Open both files in Visual…
How to create a background video in Xamarin Forms
In this article, we are going to see how to create a page that plays a video…
5 alternatives to If statement in C#
The If statement helps us make decisions in our program, while it is an essential construct in…