01-20-2012, 03:40 PM
(01-20-2012, 05:09 AM)Gerira Gaijin Wrote: Thanks guys. Also, I found a great web-site with step-by-step tutorials. It's really detailed and I'll post it here, in case someone else founds it needed. http://www.homeandlearn.co.uk/csharp/csharp.html
(01-20-2012, 02:00 PM)RDCA Wrote: I would follow these if you want some video tutorials, I know the creator of them and he is an excellent and skilled coder: http://www.youtube.com/watch?v=vN-_Belg8...c6XBneQOta
Both resources are good, but I looked at the first Youtube video, and he mentioned that to select an item from intellisense was to press enter lol. Use Tab instead, it's the real way intended to insert the item highlighted in the intellisense box, and you'll notice it's the same shortcut for Java in Netbeans as well.
Otherwise, both were decent for just starting out.
I would still HIGHLY recommend taking a look at MSDN documentation every once in a while though as well. It's good to get into habit of being able to read and understand documentation. Uninfluenced by other peoples interpretations trying to teach you so that you can learn lots about it on your own. Once in a while it's good to get an opinion from people who have used similar methods though from documentation and can tell you which is the best to use.
Nice links though