What is the best way to start learning C#?

前端 未结 6 814
温柔的废话
温柔的废话 2021-02-06 19:29

I have a little programming experience with vb 6 and vb.net not much. Please tell me the best way to become an expert C# programmer and I know it will take a long time.

6条回答
  •  暖寄归人
    2021-02-06 20:09

    Think about how you learn human languages - reading, writing, speaking and listening.

    • Read code. Read articles. Read examples. When you're more experienced, look at the source code for some projects that you use.
    • Write code. Play with the examples you've read about. Modify them. Solve problems from Project Euler. Think of your own projects then try to solve those.
    • Talk about code. Blog about it. Tell your friends about it. See if you can impress your grandmother with how good your program is. Now try to impress your professor. Learn how to communicate about programming with different types of people.
    • Listen to other programmers. Many of them have more experience than you and have useful things to say that you can learn from. Learn the vocabulary they use. Discuss your ideas with them.

    Practice. Practice. Practice.

    Google is your friend.

提交回复
热议问题