Got it. Note to self: .NET Framework = .NET Desktop. I don't recall ever seeing the term .NET Desktop used anywhere, I assumed it was some compact version of .NET Framework.
Don't forget that ASP.NET Core can target not only .NET Core but also .NET Framework. We had to target .NET Framework in our latest ASP.NET Core web app because we still need access to COM+/Interop.
Got it. Note to self: .NET Framework = .NET Desktop. I don't recall ever seeing the term .NET Desktop used anywhere, I assumed it was some compact version of .NET Framework.
Don't forget that ASP.NET Core can target not only .NET Core but also .NET Framework. We had to target .NET Framework in our latest ASP.NET Core web app because we still need access to COM+/Interop.