this post was submitted on 11 Jun 2023
10 points (91.7% liked)

General Programming Discussion

7709 readers
13 users here now

A general programming discussion community.

Rules:

  1. Be civil.
  2. Please start discussions that spark conversation

Other communities

Systems

Functional Programming

Also related

founded 5 years ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[–] Raf 4 points 1 year ago

I honestly just winged it. I came from C++ so you're in a much better position to learn .NET than I was. There's little need to get into the syntax. You can pretty much just wing it. It's just OOP after all. You could probably look for some crash courses so that you can speedrun the language differences but other than that, you'll do just fine using the official documentation.

Microsoft has free resources for their frameworks.

https://dotnet.microsoft.com/en-us/learn