⸻ Ban DHMO 🇦🇺 ⸻@aussie.zone to Programmer Humor@lemmy.mlEnglish · 2 months agoThe C++ learning processaussie.zoneimagemessage-square131fedilinkarrow-up1891arrow-down17file-text
arrow-up1884arrow-down1imageThe C++ learning processaussie.zone⸻ Ban DHMO 🇦🇺 ⸻@aussie.zone to Programmer Humor@lemmy.mlEnglish · 2 months agomessage-square131fedilinkfile-text
minus-squareTheHarpyEagle@pawb.sociallinkfedilinkarrow-up2·edit-22 months agoHonestly 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.
minus-squareunique_hemp@discuss.tchncs.delinkfedilinkarrow-up2·2 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)
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.
Thank you!!