tags:

views:

422

answers:

6

I am still a beginner programmer, though I know some basics of C#. I want to be a professional programmer. What tutorials can I use to learn C# from this point-of-view?

I am in no hurry; I just want to be perfect. I am dedicated in terms of time and hard-work.

I searched Google, but I'm not finding impressive beginner resources.

+4  A: 

http://msdn.microsoft.com/en-us/library/aa288436%28VS.71%29.aspx The best I have ever seen ..

I agree with Cory Charlton too ..

infant programmer
Ok .. thanx .. Are there any more ..?
I don't think you need anymore .. :)
infant programmer
Ya its good .. I am going through .. :) thanx :)
+1  A: 

See related question: Best C# Tutorials for a newbie?

Greg
+3  A: 

I'd recommend reading a book. If you have enough time, this is a good basis. Tutorials tend to only cover a small part of the language, while a good book covers a lot more.

Because I have no experience with C# books for beginners, here are some links which talks about C# books:

http://www.codeguru.com/forum/showthread.php?t=367365 http://www.daniweb.com/forums/thread3325.html

Ikke
Really good links .. Helpful +1
infant programmer
+6  A: 

I rated up 'infant programmer's post but honestly I think the best way to learn something is to start using it. At least for me anyway. Try to think of an application that would be useful to you or fun to build and start at it.

When you encounter issues search for your answer, learn and move on.

Cory Charlton
I agree with you .. :) +1
infant programmer
+3  A: 

There are a lot of free books in web, do a google search. There are also sample chapters available

http://www.publicjoe.f9.co.uk/csharp/samples/ebook.html

Edit: plus, I would recommend reading some good books on OOP, and design patterns as well once you get a good understanding of the basics of the language

ram
It is Nice answer .. +1
infant programmer
+2  A: 

This is also a good tutorial .. I have used it .. http://www.csharp-station.com/Tutorials/Lesson01.aspx