C# Resources

3 replies [Last post]
Posts: 3

Do any of you have good resources on learning C#? Any books, media, etc, that may have helped you understand it, from a beginner's perspective?

Posts: 1030

Anything on Object Oriented programming should be fine. I've had a Java class this semester that taught me the basic stuff. Currently reading "Professional C# 3rd edition".

Posts: 465

Yeah learning the paradigm is more important than learning the language. After that, learn the language so you can optimise your program and learn some neat tricks.

Posts: 465