.NET:

.NET is a platform for building anything. It is also referred to as an ecosystem because it has languages (C#, F#, VB, etc.), runtimes, editors, and libraries to build for web, mobile, desktop, games, and IoT.

ASP.NET Core:

ASP.NET Core is a framework using C#.

MVC:

MVC is an architectural design pattern that enforces separation of concerns. It focuses on the separation of concerns between business logic and interface.

MVC architecture is not strict, diagrams vary almost always.

Razor Pages:

An ASP.NET page is a web page that mixes HTML with dynamic ASP markup.