Re: ASP.NET Razor Pages

2020-03-25 Thread Greg Keogh
> Is anyone using ASP.NET Razor Pages in a production system? > How did I miss the release of that? It looks like a good option for simpler sites when the sprawling mystical plumbing of a full ASP.NET MVC app is overkill (which is most of the time for me). It's getting a bit silly though as we

Re: ASP.NET Razor Pages

2020-03-25 Thread DotNet Dude
We have a few apps here using razor pages. Simpler (less files) than mvc. Not bad but I don’t see them ever being used widely. We are mostly mvc and webforms and they work well. On Wed, 25 Mar 2020 at 21:45, David Apelt wrote: > Team, > > > > Is anyone using ASP.NET Razor Pages in a production

Re: ASP.NET Razor Pages

2020-03-25 Thread Grant Castner
We are using them here at pd training for some of our sites. One benefit to us was that these sites were previously web forms so it was an easier transition. Grant Castner 0458 770 749 http://twitter.com/grantcastner https://au.linkedin.com/in/grantcastner From:

ASP.NET Razor Pages

2020-03-25 Thread David Apelt
Team, Is anyone using ASP.NET Razor Pages in a production system? https://docs.microsoft.com/en-us/aspnet/core/razor-pages/?view=aspnetcore-3.1=visual-studio There is any number of articles comparing them to MVC (or even WebForms) but what are they like when used in anger? It strikes