Is ASP.NET the same as .NET Core?
The question is about ASP.NET
Answer:
No, ASP.NET and .NET Core are different. ASP.NET is a web framework used in building dynamic web applications, whereas .NET Core is a cross-platform framework for creating a wide range of applications from web and desktop to mobile. ASP.NET Core is an ASP.NET version running on top of .NET Core, hence it is cross-platform, more modern compared to traditional ASP.NET, which only runs on older .NET Framework.