Tag: Architecture
All the articles with the tag "Architecture".
-
在 .NET 8 中使用 Azure 密钥保管库保护机密
Published: at 12:00 AM了解如何使用 Azure 密钥保管库在 .NET 8 应用程序中安全地管理和访问机密。本指南涵盖了存储敏感数据的最佳实践、设置密钥保管库以及将其与 .NET 集成以实现安全和可扩展的应用程序。
-
Clean Architecture, 缺失的一章
Published: at 12:00 AMClean Architecture著名的图示常常被误解为项目结构,导致开发者创建了人为的技术层次,将业务逻辑散布在整个代码库中。了解这个图示真正的含义,以及如何使用组件和明确的边界正确地围绕业务能力组织代码。
-
MongoDB EF Core Provider 有哪些新功能? - .NET 博客
Published: at 12:00 AMMongoDB EF Core Provider 的最新更新带来了对更改跟踪、索引创建、复杂查询和事务的改进。
-
使用 .NET 构建高可用云应用程序
Published: at 12:00 AM通过将应用程序设计成具有高可用性,您可以在遇到困难时创建健壮且可靠的系统。在本期新闻通讯中,我们将探索在 .NET 中构建高可用系统的一些工具和技术。
-
Understanding Background Services in .NET 8 IHostedService and BackgroundService - DEV Community
Published: at 12:00 AM.NET 8 introduces powerful features for managing background tasks with IHostedService and...
-
使用.NET和Consul实现微服务中的服务发现
Published: at 12:00 AM服务发现是一种模式,允许开发人员使用逻辑名称而不是物理IP地址和端口来引用外部服务。在本期文章中,我们将学习如何在.NET微服务中使用Consul实现服务发现。
-
Documenting Software Architectures - by Dr Milan Milanović
Published: at 12:00 AMThe Architects Choice
-
-