Skip to content
Discussion options

You must be logged in to vote

Hi! @BEARZER
It’s awesome that you’re learning C#—it’s a really powerful language that’s widely used in everything from web development to game development (especially with Unity) and even large business applications.

Here are a few tips that might help you as you get started:

1. Start with the basics and focus on understanding how things work
Learn about variables, data types, loops, methods, and especially object-oriented programming (OOP). Since C# is strongly OOP-based, really getting concepts like classes, inheritance, and encapsulation will pay off big time later.

2. Use Visual Studio as your IDE
Visual Studio makes coding in C# much easier, especially with features like auto-comple…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by BEARZER
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
General General topics and discussions that don't fit into other categories, but are related to GitHub Question Ask and answer questions about GitHub features and usage
2 participants