Skip Navigation
General Programming Discussion @lemmy.ml monke hashira @lemmy.ml

What's the best approach to learn c# and .NET for java dev?

I've been a Java developer for the last 3 years. I'm good with Spring boot, Java, intermediate topics, etc. Now my new job requires me to learn c#, .net tech stack. What's the best way to learn it fast and well so i can be productive soon?

7

You're viewing a single thread.

7 comments
  • I can’t speak to the specifics of transferring from Java to C#, but as someone who recently had to re-learn/catch up on it and Dotnet for a job transition I can say what helped me after not touching it for nearly a decade.

    I found a few people on YouTube that did project walkthroughs, and I followed along with them and built out their examples. I used C# 10 In A Nutshell as a reference when I felt I needed to dig deep on the various things the videos touched on or that I knew I’d be needing for the code base I was inheriting. I was preferential to Tim Corey, mostly because a lot of his videos felt up-to-date with the latest technologies and were easy to follow. He also has courses designed to be a boot camp for getting up to speed, I believe, on his website if that is an option for you.

7 comments