In this post, you will learn how to work with the null coalescence operator so that you can use that same knowledge and thus evolve. the null coalescence operator (??) returns whatever is on the left if the content is not null (otherwise returns whatever...
In this post, you will learn how to work with two specific methods (Remove() and Replace()) so that you can use that same knowledge and thus evolve. Remove() Returns a new set of characters, where that same set starts from the index and goes up...
In this post, you will learn how to work with two specific methods (IndexOf() and Trim()) so that you can use that same knowledge and thus evolve. IndexOf() Returns a substring from the first occurrence of a character (or even a set of characters) to...
In this post, you will learn how to work with two specific methods (Substring() and Split()) so that you can use that same knowledge and thus evolve. Substring() Returns a substring (a new string with characters from a certain range) according to the start index...
In this post, you will learn how to work with the Queue class so that you can use that same knowledge and thus evolve. this class is basically a queue (due to the way it works) and represents a FIFO (First In - First Out)...
In this post, you will learn how to work with the Stack class so that you can use that same knowledge and thus evolve. this class is basically a stack (due to the way it works) and represents a LIFO (Last In - First Out)...