ASP.NET Core is already a central web-dev component of .NET 6, of course, and Microsoft recently highlighted what's new for it in the new .NET 6 Preview 2. Those highlights begin with Razor -- the ...
ASP.NET Core's Razor Components -- aka server-side Blazor -- received a lot of attention in the just-released NET Core 3.0 Preview 3 as Microsoft continues to mature its initiative to run C# code in ...
GitHub

ASP.NET Core Razor

All work on Razor happens directly on GitHub. Both core team members and external contributors send pull requests which go through the same review process. Some of the best ways to contribute are to ...
I wanted to take a default asp.net core MVC project in Visual Studio and then see if I could added Razor pages support and use them both. I created an MVC project and compared it to a new razor ...