DEV Community

Discussion on: How to move from C# to Java?

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.