News

Take advantage of the friendly syntax of Razor View Engine to more easily create views from templates in ASP.NET Core MVC.
Microsoft says Razor Pages development in ASP.NET Core can make coding page-focused web-dev scenarios easier and more productive than using the controllers and views integral to another option: the ...
ASP.NET Core 2 brings a multitude of new features, including Razor Pages, new templates, and a series of changes intended to make development easier. By combining sensible defaults with detailed ...
Redirect to razor pages in ASP.NET Core MVC Finally, note that you can even redirect to razor pages using the RedirectToPage method, specifying the target razor page to redirect the request to.
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 2.1 has been released, and brings a host of new features that include new templates, Razor Class Libraries, and SignalR for ASP.NET Core.