Posts
All the articles I've posted.
你需要知道的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实现服务发现。
Working With The Semaphore Class in C# - Best Practices
Published: at 12:00 AMIn this article, we'll introduce the Semaphore class in C#. Comparing the Semaphore and SemaphoreSlim classes.
Documenting Software Architectures - by Dr Milan Milanović
Published: at 12:00 AMThe Architects Choice
What Does the null! Statement Do? - Code Maze
Published: at 12:00 AMIn this article, we discuss and clearly explain the purpose of the null! statement in C# and when to use it in our applications