losing the will
hi guys i'm trying seriously hard to teach myself c#. However im stuck in the middle of nowhere and no colleges near me run a c# course + im in full time employment. I have a number of very good books and videos to aid in my learning and i am learning alot but i need someone who knows what they are doing to look over my stuff and show me where im going wrong. I've looked at open university but they dont run any c# courses only java . basicly im hoping one of you guys can point me to a c# course i can take where i can ask for help when needed.
I'm working my way through Apress's 'Illustrated c#'
using sybex's complete c# as a reference
and using www.learnvisualstudio.net's c# videos to aid in my understanding.
any help or suggestions would be great. cheers guys/gals
Jay
james thomasPosted May 1, 2007, 3:04 PM
Cheers again
Jay
Scott LyslePosted May 1, 2007, 2:15 AM
All books except the programmers references are generally packed with examples, rather than just reading the examples, work them all out, no matter how basic, and start keeping an organized code library of the bits that you have figured out. It also does not hurt to fool around with the code samples and get them to do other things aside from what the author intended.
The Microsoft Step By Step books are also good as are many of the Sams Unleashed titles. Bear in mind that .NET is not something you can become proficient with after reading a book or two, there are nearly a half million properties and methods in the framework libraries and, as Yousef stated, practice is the real key to learning this stuff.
YousefPosted Apr 30, 2007, 5:04 PM
Best of luck!