Is it worth pursuing .net Core Razor Pages?
Is anyone out there adopting .net Core Razor Pages? If so can you give some insight as to what you like and dislike about it compared to MVC or WebForms? Seems to me that it is actually MVC just with a different way of magically connecting views to controllers. Kind of a mix between webforms and mvc? One concern I have is that even if it might be easier to use, if it’s not going to be a mainstream standard then it might not be best to pursue yet. Thoughts?
https://docs.microsoft.com/en-us/aspnet/core/razor-pages
5 comments
[ 3.1 ms ] story [ 26.2 ms ] threadThe in page stuff is optional, I assume to allow more flexibility to allow you to throw simple pages and apps together.
IMO this is a step backwards into asp.net era where everything was mixed and you had business logic in views.