Remix.run Logo
Rohansi 2 days ago

.NET Standard is more for maintaining interoperability between .NET Framework and .NET (Core). At this point only (very) legacy applications should be on Framework. Everything else isn't, so they shouldn't use. NET Standard as a target because it limits the new features they can use.

elyseum 2 days ago | parent [-]

I support your statement for custom dev applications. Unfortunately some large enterprise applications like D365 still require the Framework :(.