Learning C#

M

Martin Racette

Hi,

I'm trying to learn C# using the expres 2008 version, but I would like to
find a book to learn it

Any suggestion ?
 
J

Jon Skeet [C# MVP]

Martin Racette said:
I'm trying to learn C# using the expres 2008 version, but I would like to
find a book to learn it

Any suggestion ?

What sort of experience do you already have? This will affect the
recommendations significantly.
 
M

Martin Racette

I'm starting with programmation, but I do have basic understanding about
array and thing like that, but I just do not know how to access them in C#
 
J

Jon Skeet [C# MVP]

I'm starting with programmation, but I do have basic understanding about
array and thing like that, but I just do not know how to access them in C#

So do you have any experience in other programming languages?

Head First C# is aimed at beginners. Its major drawback at the moment
(to my mind) is that it has quite a lot of errors. (There's an errata
list at the publisher's website, but it's not currently complete.) I
believe a lot of the problems (at least the ones I've reported :) will
be fixed in the next printing, but I don't know when that will be. If
you do get it, make sure you get the latest version that's available,
so there aren't quite as many errata to check.

Jon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Is it bad to start off learning Visual C#? 10
Learning C# - In Which Order? 6
C# 2008 tutorial like book 3
data base & Machine Language 2
getting to know c# 5
help me! 5
C# Video tutorials? 3
Switching to C# 13

Top