Re: ASP.NET Razor Pages

2020-04-01 Thread Greg Keogh
> Razor is so 2019. > > * They’ve come out with Blazor > now Not sure how > widely used it is, but it does reduce the number of files to create.* > I'm using Blazor and it's a fabulous replacement for ASP.NET Web Forms, MVC and JS

Re: ASP.NET Razor Pages

2020-04-01 Thread mike smith
ay, 25 March 2020 9:46 PM > *To:* ozDotNet > *Subject:* ASP.NET Razor Pages > > > > 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

RE: ASP.NET Razor Pages

2020-04-01 Thread Paul Jackson
Apelt Sent: Wednesday, 25 March 2020 9:46 PM To: ozDotNet Subject: ASP.NET Razor Pages Team, Is anyone using ASP.NET<http://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 articl

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

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

Re: ASP.NET Razor Pages

2020-03-25 Thread Grant Castner
: ozdotnet-boun...@ozdotnet.com on behalf of David Apelt Sent: Wednesday, March 25, 2020 8:45:50 PM To: ozDotNet Subject: ASP.NET Razor Pages Team, Is anyone using ASP.NET<https://apc01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fasp.net%2F=02%7C01

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