冠军

导航

2024年4月3日

aspirate 工具

摘要: dotnet tool aspirate https://www.nuget.org/packages/aspirate/0.1.40-preview 作为全局工具安装 dotnet tool install -g aspirate --prerelease 注意:由于 Aspirete 还在开发中 阅读全文

posted @ 2024-04-03 15:05 冠军 阅读(5) 评论(0) 推荐(0) 编辑

.NET Aspire 外部参数 (External parameters)

摘要: .NET Aspire 外部参数 (External parameters) https://learn.microsoft.com/en-us/dotnet/aspire/fundamentals/external-parameters 环境提供应用运行的上下文。Parameter 提供了在应用运 阅读全文

posted @ 2024-04-03 14:19 冠军 阅读(8) 评论(0) 推荐(0) 编辑

入门 .NET Aspire: 使用 .NET 简化云原生应用开发

摘要: 入门 .NET Aspire: 使用 .NET 简化云原生应用开发 https://devblogs.microsoft.com/dotnet/introducing-dotnet-aspire-simplifying-cloud-native-development-with-dotnet-8/ 阅读全文

posted @ 2024-04-03 12:33 冠军 阅读(36) 评论(0) 推荐(0) 编辑

2024年4月2日

Microsoft.Extensions.ServiceDiscovery 的 Consul 实现

摘要: GitHub地址:https://github.com/vipwan/Biwen.Microsoft.Extensions.ServiceDiscovery.Consul 使用方式 添加 NuGet 包 dotnet add package Biwen.Microsoft.Extensions.Se 阅读全文

posted @ 2024-04-02 17:31 冠军 阅读(12) 评论(0) 推荐(0) 编辑

.NET Aspire 中的服务发现

摘要: .NET Aspire 中的服务发现 https://www.nuget.org/packages/Microsoft.Extensions.ServiceDiscovery .NET Aspire 中的服务发现 .NET Aspire 包含了对于开发阶段和测试阶段配置服务发现的功能。该功能通过提供 阅读全文

posted @ 2024-04-02 15:34 冠军 阅读(7) 评论(0) 推荐(0) 编辑

.NET 服务发现

摘要: .NET 服务发现 https://learn.microsoft.com/en-us/dotnet/core/extensions/service-discovery?tabs=dotnet-cli 目前该包处于预览状态 在本文中,我将为你介绍如何使用 Microsoft.Extensions.S 阅读全文

posted @ 2024-04-02 14:49 冠军 阅读(20) 评论(0) 推荐(0) 编辑

2024年2月18日

.NET 8 中的 ASP.NET Core 指标与 Grafana 仪表板入门

摘要: .NET 8 中的 ASP.NET Core 指标与 Grafana 仪表板入门 原文地址:https://devblogs.microsoft.com/dotnet/introducing-aspnetcore-metrics-and-grafana-dashboards-in-dotnet-8/ 阅读全文

posted @ 2024-02-18 10:54 冠军 阅读(78) 评论(0) 推荐(0) 编辑

2024年1月15日

DotNet Core Threadpool

摘要: DotNet Core Threadpool Jai Rathore https://medium.com/@jaiadityarathore/dotnet-core-threadpool-bef2f5a37888 If you are reading this chances are that y 阅读全文

posted @ 2024-01-15 09:24 冠军 阅读(18) 评论(0) 推荐(0) 编辑

2023年11月2日

在 .NET 环境下访问 SOAP 服务

摘要: SOAP 服务有着悠久的历史,目前仍然存在大量的 SOAP 服务,它是基于 HTTP 协议和 XML 技术的简单对象访问协议。在 .NET 时代,很多时候我们仍然需要访问现存的 SOAP 服务,使用的工具和所基于的库发生了一些变化。 本文介绍在 .NET 下访问 SOAP 服务的工具,步骤和方法。 阅读全文

posted @ 2023-11-02 10:48 冠军 阅读(168) 评论(0) 推荐(0) 编辑

2023年8月3日

配置 Forwarded Headers Middleware

摘要: Forwarded Middleware 中间件看起来非常简单,实际上还提供了安全管理机制 阅读全文

posted @ 2023-08-03 17:13 冠军 阅读(49) 评论(0) 推荐(0) 编辑