Incase it doesn’t show up:

  • TheHarpyEagle@pawb.social
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    3 months ago

    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.

    • unique_hemp@discuss.tchncs.de
      link
      fedilink
      arrow-up
      0
      ·
      3 months ago
      • 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)