Earlier quoted context omitted.
> The entire ASP.Net Core and Entity Framework architecture was changed and is not compatible. There's been a lot of confusion, due in no small part to Microsoft's branding and communication, but what you said is not at all accurate if not intentionally misleading. What's been know as .NET for the last 20 years is now called ".NET Framework", this is not unlike how OS X is now called MacOS retroactively. ".NET Core"…
What's been know as .NET for the last 20 years is now called ".NET Framework", this is not unlike how OS X is now called MacOS retroactively. ".NET Core" is an entirely new framework that just happened to be compatible with ".NET Framework" but as time goes on the two have diverged. The two weren’t initially slated to diverge at all. .Net Framework and .Net Core were suppose to be separate implementations of “.Net St…
Uh... no. Hard fucking no. .NET Standard is the commonalities between Core and Framework. Core and Framework were NEVER the same or intended to be the same.
Framework is all of the legacy Windows specific Libraries for things like the File System, Active Directory, etc.
Core is intended to be platform agnostic and cross platform.
Read this, specifically Figure 5:
https://docs.microsoft.com/en-us/archive/msdn-magazine/2017/...
> The last version of Visual Studio that supported Compact Framework was VS 2007.
Windows Embedded Compact 2013 shipped with CF 3.9 in 2012.