PDA

View Full Version : Best place to learn C#?


FatBob
01-02-2004, 03:10 PM
Where is the best place to learn C#?

HelicalCynic
01-26-2004, 05:08 PM
I started with an O'Reilly book and VS.Net's built-in help, and some exercises from a Data Structures class I was taking, but there's probably not one "best place" to go. Find a set of tutorials, or a reference that *you* like, and use it. =) Oh, and it's a good idea (IMHO) to familiarize yourself with the built-in documentation.

khu19
02-04-2004, 08:33 PM
I second the O'reilly book. Pick up Programming C# by Jesse Liberty, it's a pretty easy read.

Get acquainted with http://msdn.microsoft.com/library/default.asp

:)

Andrei
06-11-2004, 03:47 PM
I would recommend you the book named 'C# - How to program' from Deitel. You start as a complete C# beginner and end up a C# programmer. It uses the best way of learning - by example.

Also I dare to recommend you some tutorials made by me http://www.geekpedia.com/prog_ttrls_by_categ.php?id=5&order=date&sort=desc&items=10&start=0

Good luck ;)