Tag: Architecture
All the articles with the tag "Architecture".
-
使用 .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
-
-
-
介绍 .NET 中的 StronglyTypedId 包
Published: at 12:00 AM让我们来看看 StronglyTypedId 库,它如何帮助在 .NET 项目中增强类型安全性和代码可读性。
-
.NET中如何设置全局默认的JSON序列化选项
Published: at 12:00 AM在这篇文章中,我们将探讨在ASP.NET Core Web API中设置全局默认JSON序列化选项的各种方法。
-
在Clean Architecture中平衡横切关注点
Published: at 12:00 AM横切关注点是影响整个应用程序的软件方面。这是跨越多个层和层级的常见应用程序级功能。横切关注点应该集中在一个位置。这可以防止代码重复和组件间的紧密耦合。在今天的新闻稿中,我将向您展示如何在Clean Architecture中集成横切关注点。