FOLLOWING TUTORIALS*
- elliearbuthnott6
- Apr 26, 2021
- 1 min read
Updated: May 26, 2021
To gain a better understanding of the coding I am doing for this project, I decided to do a C# script tutorial from the website guru99.
Through the tutorial I intend to learn the terminology and how to apply it within my compiler (visual studio).

So far I have learnt how to properly implement data types such as strings, integer, boolean etc as well as classes, loop statements etc.
Having the context behind the code will help me solve errors in my code as well as making alterations to code to achieve the correct effect.

I have found the tutorial very informative so far, as the code is labelled, numbered and explained for each line of code. I really appreciate the formatting as it is much easier for me to understand and learn from.


https://www.guru99.com/c-sharp-tutorial.html
Comments