So I'm in a C# class at my high school now, anyone have experiences they care to share or maybe something to watch out for? Just advice about C# is also cool.
Its been a while since I have done c# but like any programming language, Don't worry about learing every command, google is your friend. Its more about learning the structure of programming and the logic.
Yeah, I figure that I'll be using google/other resources a fair bit. Thanks for the tip.
Advice in general, don't over comment and don't put too many spaces, keep your code neat but compact lol veteran coders will like you more if you do that
Understand the Namespaces and how you can apply them to every language in the .NET framework.
I'm using C# right now at work :D It's a nice language, very easy to follow and understand. As @anon4458306 mentioned, keep you code neat and compact. Try to follow coding standards otherwise when someone looks at your code they wont know what on earth is going on.
Thanks for all the tips guys, I really appreciate it!
I'll say thanks as well. I'm starting C# later this month at the College level. I do agree with keeping code compact and with concise comments. Helping other students in the intro class was sometimes a nightmare trying to read their code. Which was python btw.