Mid ASP.NET Core

Razor Pages vs MVC: Performance Considerations?

  • Performance: Very similar, both use Razor rendering.
  • Simplicity: Razor Pages have less boilerplate for page-based UIs.
  • Maintainability: Razor Pages better for small apps, MVC better for

large, modular apps.

Web API (RESTful Services)

Web API (RESTful Services)

More from ASP.NET Core Tutorial

All questions for this course