What is the best way to start learning C#?

前端 未结 6 815
温柔的废话
温柔的废话 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:06

    Start by downloading http://www.microsoft.com/express/ and start programming. If you don't have a project of your own or something someone else wants done, start looking up popular algorithms and implement those. Try implementing certain design patterns. This way rather then just focusing on syntax your learning a heck of a lot more about programming in general.

提交回复
热议问题