Posts
All the articles I've posted.
-
-
Domain Events with .NET
Published: at 12:00 AMIntroduction Domain Events is a pattern and concept made popular by Domain Driven Design . A Domain Event is something that happened on you...
-
-
-
使用 .NET 构建高可用云应用程序
Published: at 12:00 AM通过将应用程序设计成具有高可用性,您可以在遇到困难时创建健壮且可靠的系统。在本期新闻通讯中,我们将探索在 .NET 中构建高可用系统的一些工具和技术。
-
OWASP and Its 10 Vulnerabilities - DZone
Published: at 12:00 AMIn this post, we'll discuss10 vulnerabilities of the open web application security project (OWASP) and share some preventive measures to guard against them.
-
修复 OWASP Top 10 漏洞:Angular 18.1.1 - DZone
Published: at 12:00 AM详细讨论在 Angular 18.1.1v 版本的 Web 应用程序中如何配置和减轻安全漏洞的示例。
-
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实现服务发现。