Tag: C#
All the articles with the tag "C#".
-
深入理解 TimeProvider 在 Task.Delay 中的应用 🚀
Published: at 10:08 PMTimeProvider 是 .NET 中的新特性,它如何与 Task.Delay 结合使用?本文将详细解读其原理、作用以及实际应用场景。
-
使用 C# Records 优化 DTOs:为什么推荐?
Published: at 12:29 PM探讨在 C# 中使用 Records 代替 Classes 定义数据传输对象 (DTO),以及它们的技术优势。
-
在C#中实现安全的AES加密:保护敏感数据的终极指南
Published: at 12:00 AM探索如何在C#中实现AES加密以保护API密钥和密码等敏感数据,涵盖加密、解密的实际代码示例及关键管理最佳实践。