你的位置: 码友网首页 / 资讯源列表 / Comparing ASP.NET Core Razor Pages with MVC

关于[Comparing ASP.NET Core Razor Pages with MVC]的摘要:

In my previous post, we discussed the ASP.NET Core Model-View-Controller (MVC) web application framework and what better way to start our journey through ASP.NET Core. This framework is battle-hardened and has been around since early 2009. To touch on the essential components, we reviewed everything that gets scaffolded in a new project. While some of this code is considered to be “boilerplate” code, we must understand it. Remember, we are responsible for all the code we generate, whether made from a new project template, created by scaffolding or hand-coded. Our next stop is with Microsoft’s new web application framework, ASP.NET Core Razor Pages. While Razor Pages uses many of the same underlying ASP.NET Core components, it takes on a different routing paradigm and a more compacted programming model. Let us get started.

原文地址: https://espressocoder.com/2020/09/01/comparing-asp-net-core-razor-pages-with-mvc/

收录时间: 2020-09-03 浏览量: 1148 分类: ASP.NET Core

| 0 收藏 | 0