I found this website to learn C#:
http://thenewboston.org/list.php?cat=15
So, is that a good way to learn ?
Printable View
I found this website to learn C#:
http://thenewboston.org/list.php?cat=15
So, is that a good way to learn ?
Personally I prefer to read tutorials on programming instead of watching them. And a few assignments at the end of each chapter to really let the stuff sink in.
But the guy seems to cover alot of useful stuff, and if you like watching tutorials instead of reading them and like the guy's explanations, I say go right ahead.
He seems to have a well-structured course (judging by chapter-names), and from a quick glance, my only objection would be that project properties isn't covered until chapter 200.
Thank you for your feedback. :D
I'll say that sometimes watching a video of something being done is easier to digest than a tutorial. It all depends on the way that information is presented and the quality of the material being offered. Any media that does a bad job of structuring the topic at hand will make it harder for you to learn while at the same time a well structured session giving bad/old information can be just as, if not more, detrimental to you learning.
While I haven't looked at the C# videos in question here there were questions on the vb.net series awhile back where I had issues with the video using ArrayLists where a List(Of T) would be a better choice (Hint: always).