top | item 41372506

(no title)

jkulubya | 1 year ago

Not really. Best to think of .net “core” as just .net.

Anything that was in the old .net that isn’t in core today won’t ever be.

Then there’s stuff that was missing in the earlier versions of core that existed in old dotnet. Some of it they later realised was useful for newer apps or apps migrated to core. These pieces were ported over by Microsoft or replaced by 3rd party implementations (e.g. avalonia for xplat ui).

(.net core is actually officially just .net, they dropped the core from the name)

discuss

order

lyu07282|1 year ago

Thanks, now it make sense why they dropped the "core" in the name its confusing I thought that meant only the fundamentals