Posts
All the articles I've posted.
-
ASP.NET Core API 的问题详情
Published: at 12:00 AM了解如何在 ASP.NET Core 中利用问题详情创建一致且信息丰富的 API 错误响应,以提升开发者体验并符合 RFC 9457。本指南详细介绍了 .NET 8 和 9 的最新功能,演示如何实现自定义异常处理程序、利用 IProblemDetailsService,并应用最佳实践来增强 API 的错误处理能力。
-
在 ASP.NET Core 中使用 Options Pattern 配置
Published: at 12:00 AM在 ASP.NET Core 中使用 Options Pattern 配置
-
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...
-
你需要知道的5个EF Core特性
Published: at 12:00 AMEF Core 非常强大,了解一些关键功能可以为你节省大量时间和挫折。我精心挑选了五个你真的需要知道的重要功能。
-
SQLite中的数据类型
Published: at 12:00 AMSQLite中的数据类型
-
使用 .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实现服务发现。