Searching CSharp introduction for Java programmers

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
 
J

Jon Skeet [C# MVP]

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
 

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

Top