.NET 体系结构指南.NET Architecture Guidance 本文内容 使用 Microsoft 平台和工具容器化 Docker 应用程序生命周期Containerized Docker Application Lifecycle with the Microsoft Platform and Tools 使用 Azure 云和 Wind...
ASP.NET Core Razor 组件类库ASP.NET Core Razor components class libraries 本文内容 创建 RCLCreate an RCL 使用库组件Consume a library component 生成并打包库,再将其传送到 NuGetBuild, pack, and ship to NuGet...
ASP.NET Core 中的组件标记帮助程序Component Tag Helper in ASP.NET Core 本文内容 其他资源Additional resources ASP.NET Core 中的组件标记帮助程序Component Tag Helper in ASP.NET Core 本文内容 作者:Daniel Roth 和...
Configuration Configuration ASP.NET Core has an flexible and extensible key-value based configuration system. In fact, the configuration system is a part of Microsoft.Extension...
Visual Studio 中针对 ASP.NET Core 的开发时 IIS 支持Development-time IIS support in Visual Studio for ASP.NET Core 本文内容 先决条件Prerequisites 启用 IISEnable IIS 配置 IISConfigure IIS 在 Visual S...
ASP.NET Core Web API 中控制器操作的返回类型Controller action return types in ASP.NET Core web API 本文内容 特定类型Specific type 返回 IEnumerable<T> 或 IAsyncEnumerable<T>Return IEnumerable<T> or IAsy...