DEV Community

Meat Boy
Meat Boy

Posted on

How to move from C# to Java?

Like in the title, do you have any advice? I am a beginner in C# with about a year of experience and just a few projects. With Java, I don't have any skills at all. Daily I am React & Node developer from few years. What resources for learning you recommend?

Oldest comments (1)

Collapse
 
rafaribe profile image
Rafael Ribeiro • Edited

I had the same problem starting of the year. Having worked for a few years with C#, switching to Java was a smooth transition, I mainly use Spring Boot with Lombok, which allows me to avoid writing a lot of boilerplate code. Besides LinQ and Entity Framework that I miss very much, all the business logic code is really similar. There are a few cool sites like Baeldung or SpringFramework Guru that have some helpful tutorials but don't take everything for granted. Really take your time researching how to do the tasks properly and with best practices in mind.