Searching CSharp introduction for Java programmers

  • Thread starter Thread starter Keith Clark
  • Start date Start date
K

Keith Clark

Is there somwhere a tutorial which explains the differences between programming CSharp and Java?

Thus it should not start from scratch (e.g. what is a "while" loop) but guide a Java
programmer to use CSharp in terms of Java architecture.

Keith
 
Keith said:
Is there somwhere a tutorial which explains the differences between programming
CSharp and Java?

Thus it should not start from scratch (e.g. what is a "while" loop) but guide a Java
programmer to use CSharp in terms of Java architecture.

There's a whole book about it: "C# for Java programmers". I actually
have it, but unfortunately haven't read it, so don't know how good it
is.

On the whole, I'd recommend just getting stuck in and exploring the
..NET framework (which is more important than the differences between
the languages). I've always found experience more helpful than books -
while keeping abreast of best practices, of course.

Jon
 
Back
Top