Slide 15
Slide 15 text
15
Multi Page Application architecture is
still needed
A S P . N E T C o r e M V C a n d R a z o r P a g e s
Multi Page Application architectures, such as
"ASP.NET Core MVC" or "Razor Pages", are not
good at interactivity.
But instead, it doesn't need to keep constant
network connections, consume server
resources, and load Mega bytes contents.
It will work very fast, lightweight, and stable.
MVC
or
Razor Pages
Light
weight
Fast
Stable