通过 Visual Studio for Mac 开始在 macOS 上使用 .NET CoreGet started with .NET Core on macOS using Visual Studio for Mac 本文内容 系统必备Prerequisites 入门Get started 创建项目Creating a project 运行此...
教程:在 ASP.NET Core 中创建 gRPC 客户端和服务器Tutorial: Create a gRPC client and server in ASP.NET Core 本文内容 先决条件Prerequisites 创建 gRPC 服务Create a gRPC service 打开项目Open the project 运行服务Run ...
在 ASP.NET Core 中使用 ObjectPool 进行对象重用Object reuse with ObjectPool in ASP.NET Core 本文内容 概念Concepts 如何使用 ObjectPoolHow to use ObjectPool ObjectPool 示例ObjectPool sample 在 ASP.N...
连接字符串 .NET Framework 应用程序 Windows 通用平台(Universal Windows Platform,UWP) ASP.NET Core 连接字符串 大部分数据库提供程序都需要一些固定格式的连接字符串来连接到数据库。有时候连接字符串会包含需要被保护的敏感信息。你可能还需要在应用程序在不同环境之间切换时更改连接字符串...
将 HTTP 处理程序和模块迁移到 ASP.NET Core中间件Migrate HTTP handlers and modules to ASP.NET Core middleware 本文内容 模块和处理程序被Modules and handlers revisited 从处理程序和模块到中间件From handlers and modules t...
在 ASP.NET Core 欧洲常规数据保护法规 (GDPR) 支持EU General Data Protection Regulation (GDPR) support in ASP.NET Core 本文内容 模板生成的代码中的 ASP.NET Core GDPR 支持ASP.NET Core GDPR support in template-g...
缓存在内存中 ASP.NET CoreCache in-memory in ASP.NET Core 本文内容 缓存基础知识Caching basics System.Runtime.Caching/MemoryCacheSystem.Runtime.Caching/MemoryCache 缓存指南Cache guidelines 使用 IMemo...