My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

What are some good resources/tutorials for a C# beginner?

Susan Zimmel's photo
Susan Zimmel
·Jan 13, 2018

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 tutorial or resources for a beginner? Also if you have any tips at all, that would be lovely!