Book for learning

  • Thread starter Thread starter simon
  • Start date Start date
S

simon

I would like to go from VB language to C# language.
I don't know nothing about C#.
Which book do you recomend me?

Thank you,
Simon
 
simon said:
I would like to go from VB language to C# language.
I don't know nothing about C#.
Which book do you recomend me?


I'm currently taking the MS C# Course (Number 2124)
The instructor recommends the Microsoft Press Books:
Visual C# Step by Step (tutorial)
C# Core Reference
C# Language Reference

I have the Core Reference. I find that sometimes the explanations
are sometimes just a little short and then it gets into code. But
the Core Reference seems very complete.
I also have O'Reilly Programming C#. The book is laid out
well but I find the examples are poorly chosen. For example,
one example shows how to create a DateTime class. But it
becomes obvious that DateTime is a built-in class. I was
left wondering "WHY is this book building a DateTime class when
one is already built in... is there some purpose to re-inventing this
particular wheel?" Other examples bother me too.
 
Back
Top