Authorization with roles Add a Manage Users page Create a test administrator account Check for authorization in a view Wrap up Authorization with roles Roles are a common a...
教程:处理并发 - ASP.NET MVC 和 EF CoreTutorial: Handle concurrency - ASP.NET MVC with EF Core 本文内容 先决条件Prerequisites 并发冲突Concurrency conflicts 悲观并发(锁定)Pessimistic concurrency (locking)...
ASP.NET Core 中的布局Layout in ASP.NET Core 本文内容 什么是布局What is a Layout 指定布局Specifying a Layout 部分Sections 忽略节Ignoring sections 导入共享指令Importing Shared Directives 在呈现每个视图之前运行代码Run...
ASP.NET Core 中的 Razor 页面介绍Introduction to Razor Pages in ASP.NET Core 本文内容 先决条件Prerequisites 创建 Razor Pages 项目Create a Razor Pages project Razor 页面Razor Pages 编写基本窗体Write a ba...
ASP.NET Core 中的部分标记帮助程序Partial Tag Helper in ASP.NET Core 本文内容 概述Overview namename forfor modelmodel view-dataview-data 从 HTML 帮助程序迁移Migrate from an HTML Helper 其他资源Additio...
将新字段添加到 ASP.NET Core 中的 Razor 页面Add a new field to a Razor Page in ASP.NET Core 本文内容 向电影模型添加分级属性Adding a Rating Property to the Movie Model 添加用于评级字段的迁移Add a migration for the rat...
ASP.NET Core 项目中的基架标识Scaffold Identity in ASP.NET Core projects 本文内容 将标识基架到空项目中Scaffold identity into an empty project 将标识基架到 Razor 项目,而无需现有授权Scaffold identity into a Razor proj...
ASP.NET Core 中的 Razor 页面和 EF Core - 读取相关数据 - 第 6 个教程(共 8 个)Razor Pages with EF Core in ASP.NET Core - Read Related Data - 6 of 8 本文内容 预先加载、显式加载和延迟加载Eager, explicit, and lazy load...
教程:在 ASP.NET MVC Web 应用中使用 EF Core 入门Tutorial: Get started with EF Core in an ASP.NET MVC web app 本文内容 先决条件Prerequisites 疑难解答Troubleshooting Contoso University Web 应用Contoso Un...
Web Application Development Tutorial - Part 9: Authors: User Interface About This Tutorial Download the Source Code Introduction The Book List Page Index.cshtml IndexModel.csht...