News

This repo has the code I wrote for an ASP.NET Razor Pages Tutorial. The main branch is just a Razor Pages web app created with the webapp template. Each branch represents the code for a certain topic.
In this tutorial, we want to teach how to configure the CodeBehind framework along with Razor pages and ASP.NET Core MVC. The following codes show how to configure the CodeBehind framework in the ...
Make the most of the ASP.NET Core platform to create robust, high-quality solutions using approaches adopted by leading companies Key Features Create robust, web-based solutions optimized for ...
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 ...
Under the hood the server-side ASP.Net Core engine takes your Razor code and uses it to generate C# classes that run and deliver content as part of your HTML pages.
As fond as he is of using Controllers and Views, Peter isn't sure that Razor Pages aren't a better model for Web development. But the first step, adding Razor Pages to your project, isn't as easy as ...
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 ...