What are some good resources/tutorials for a C# beginner?
I am just learning how to code and the really only things I know how to code are: console.WriteLine("Hello, What's your name?"); string name = Console.ReadLine(); Console.WriteLine("Hello {0}. Let's begin. ", name); What would you say is a good tutor...
Jan 13, 2018TSFDJ