Understanding C# Reference Types
One of the key features of C# is its support for C# reference types, which allow developers to create complex, object-oriented applications. In this blog post, we…
Understanding C# Value Types
C# is a powerful programming language that is widely used for developing a wide range of applications. One of the key features of C# is its support…
C# check if server is online
C# check if server is online directly from your code. Check servers or services like web servers, database servers like MySQL and MongoDB. You can probably check…
C# Convert Int to Char
C# convert int to char google search is giving some result which I think is not directly what some people want. Most results are giving instructions on…
C# Bash Script Made Easy
There are many reasons why it could be handy to run a bash script from a C# application. In 2014, before I changed to a Mac as…
C# Ping Check the easy way
How can we check if a computer, server, or another device is online? We can use a C# Ping check. If you can check the device with…
C# 99 bottles of beer on the wall
C# 99 bottles of beer on the wall is an easy programming challenge. The challenge can be solved in at least dozens of ways. Here is one…
C# Array find the first number above target
C# Array find the first number above target. If the array is sorted and you need to find the first number above your target number. Here is…
Install dotnet core on Debian 10
Install dotnet core on Debian 10 is essential to run dotnet core application on Debian. This time Microsoft has done it easy to install dotnet core 3…