JPDev to Programmer Humor · 1 year agodotnet developerimagemessage-square125fedilinkarrow-up11.65Karrow-down111
arrow-up11.64Karrow-down1imagedotnet developerJPDev to Programmer Humor · 1 year agomessage-square125fedilink
minus-squareLmaydevlinkfedilinkarrow-up1·edit-211 months agoActually they are different. .Net core, mono and xamarin used to be completely separate and slightly incompatible runtimes. They have all been unified under .Net so c# (and other .net languages) will run exactly the same on each. So the coreclr runtime still exists but you no longer need to target it specifically.
Actually they are different.
.Net core, mono and xamarin used to be completely separate and slightly incompatible runtimes.
They have all been unified under .Net so c# (and other .net languages) will run exactly the same on each.
So the coreclr runtime still exists but you no longer need to target it specifically.