I am shifting to DotNet Core and can see the options of using both Core MVC orRazor Pages.
Both have their differences amongst many. Core MVC is suitable for API Calls/Complex applications whereas Razor Pages are suitable for HTML Views.
My question is do we expect one standard to dominate in the future or both will run in parallel? In the later option, we have to master both programming styles.
Thanks.