EdEown wrote:
I am doing one begginers tutorial for C#. But I am kind of worried because I understand everything he is explaining and when I try to do it by my self...upp i cant do it, I just get stuck and need to get back on tutorial to see how he did it and when I see it I understand why he did it but I just cant write it on my own. Do I need to learn by hart because that is kind of bad.?.. Do I have to pass more begginers tutorials and books or I should all get it in one.
I guess it depends which parts you aren't remembering. If you mean actual syntax or function calls, don't even bother trying to learn those as you'll inevitably end up becoming so familiar with them you will know them automatically, and the one's you still don't know you can look up. That's what references are for. If you mean the implementation of the task at hand, that is part of programming most programmers enjoy coming up with the most, although it can, at times, be difficult to do. Similarly, you will become more and more skilled as time goes on and your programming experience grows at concocting your own evil plans for implementing crazy algorithms you came up with while doodling in macroeconomics class.
So my advice is simple: start programming. It really doesn't matter what, or with what, just that you are actively making anything. In most cases people learn best when the goal is just out of the reach of their current skill level, which forces them to learn new things and apply those things to achieve that goal.
And always remember, if you can't figure it out on your own, and google isn't being much help, post your questions here. Even if no one else is (doubtful), I am willing to help you out to the best of my abilities.