Personal blog
Writing every week about programming, new technology and books.
C# FOR BEGINNERS
Comments in C#
15-Oct-2020

In this tutorial, I am going to quickly show you how to use comments in C#. There are two types of comments, one for commenting on only one line of code and another one for commenting on multiple lines of code.