Incase it doesn’t show up:
2 points
*
Honestly C# has grown on me quite a bit. Shakes off some of the bloat of Java and linq is pretty handy. God knows if I can’t tell you what the distinction is between C# and .NET Core and whatever the hell ASP is.
2 points
- C# = Java (the language itself)
- .NET (Core) = Oracle JDK (a runtime and std lib implementation for the language)
- ASP.NET = Spring boot (the default web framework)
1 point