move from Java to C#

R

razor

Is it simple or difficult?
I have a chance to start coding business applications in C#
(and totally move from Java to C# (and other MS technologies)
I've 4 years experience in Java (J2SE, J2EE, JSP/Servlets)
 
S

sloan

Going from java to c# is about the easier transition you can make.

You're probably better off than vb6 people going to c# (my opinion only).

If you're a good OO programmer, you'll make the transition fairly quickly.
 
J

Jon Skeet [C# MVP]

razor said:
Is it simple or difficult?
I have a chance to start coding business applications in C#
(and totally move from Java to C# (and other MS technologies)
I've 4 years experience in Java (J2SE, J2EE, JSP/Servlets)

Learning C# is pretty easy - although you need to be careful about some
of the differences between C# and Java.

Learning the .NET framework is significantly harder, just because
there's so much of it.
 
C

Carl Daniel [VC++ MVP]

Jon said:
Learning C# is pretty easy - although you need to be careful about
some of the differences between C# and Java.

Learning the .NET framework is significantly harder, just because
there's so much of it.

Ain't that the truth!

....but if you know what you'd use from the Java library, you can probably
find an equivalent in the .NET framework with a little bit of searching.

-cd
 

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