• Profile
  • Resume
  • Portfolio
  • Blog
Avatar

Nelson Silva

A human. Being. Coffee lover.

Blog

I Write My Thoughts Here

January 31, 2022 C#

Null Coalescence Operator in C#

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...

January 28, 2022 C#

Methods III in C#

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...

January 27, 2022 C#

Methods II in C#

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...

January 26, 2022 C#

Methods I in C#

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...

January 25, 2022 C#

Queue Class in C#

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)...

January 24, 2022 C#

Stack Class in C#

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)...

← Page 12 of 28 →

Categories

  • Announcements
  • Python
  • C#
  • Java
  • Go

Latest Posts

  • for Loop in Go
    May 5, 2022
  • Switch in Go
    May 4, 2022
  • Comparison Operators in Go
    May 3, 2022
+351913416022
contact@nelsonsilvadev.com
Porto, Portugal
Nelson Silva © 2022 All Rights Reserved