My Blogs

Linux Manual’s Structure

In Linux Command Structure blog we learned about the general structure of Linux commands which is:CommandName -options1 options2 input1 input2 But each and every command

Linux Commands Structure

All the commands that we type in the terminal, follow a similar type of structure in the way that you type them. By understanding the

Linux Terminal

The most powerful feature of the Linux operating system is its terminal. There was a time when the whole Linux system was terminal-based but with

DateTime in C#

There comes a time in our program where we need data to represent Date and Time. In C# we use DateTime objects to represent date

Lists

Lists are similar to arrays as we use them to store number of objects of the same type. With arrays we need to know the

Arrays

Array: An array? Array is a collection of variables of the same type. Let’s say you were to work with 4 different numbers as below:

Non-Primitive Types

Non-primitive types are also called “Reference variables” or “Object References”. that is because they do not hold a these variables do not hold the value.