Using URL Routing

The IEndpointRouteBuilder Extension Methods Name Descri […]

dotnet 命令行

安装的SDKs 列出已经安装的SDK dotnet –list-sdks 列出.NET 模板 dotnet […]

aspnet core Identity

#身份认证和授权系统 成员管理 默认使用MSSQL 支持外部的Provider 使用ASP.NET Core […]

使用前端库

可以使用NPM安装前端库 – 在项目中添加npm Configuration File的json文 […]

View

_Layout.cshtml <!DOCTYPE html> <html> <h […]

EF Core

数据库 MSSQL LocalDB PostgreSQL MySQL/MariaDB Oracle DB2 S […]

Data Annotaions(Model 验证)

Model验证 using System; using System.Collections.Generic; […]

Middleware and Service

The purpose of the ASP.NET Core platform is to receive […]

View Component

View Componet可以代码复用 为什么PartialView不行?无法添加业务逻辑 为什么不要写在Co […]

Roadmap:产品蓝图如何设计

什么是Roadmap? Roadmap通常翻译为“路线图”或“蓝图”,目前并没有一个公认的定义。在这里,我们认 […]