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
[–] [email protected] 1 points 1 year ago

You seem to already know what you are doing and have experience with Spring Boot. I'm not sure if you're looking into also developing web applications for .NET, but have a look at the official ASP.NET Core documentation. There's a whole lot to be found there, and examples on how to develop different types of applications. Go through one or more you are already familiar with, and you'll find the .NET ecosystem and the C# language really isn't that much different from Java. The language itself shares most of its paradigms with Java, and even syntactically it is very similar.