Tag: Productivity
All the articles with the tag "Productivity".
-
-
-
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 应用程序中如何配置和减轻安全漏洞的示例。
-
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
-
Refactor your code using alias any type
Published: at 12:00 AMExplore the "alias any type" C# 12 feature through a complete demo application.
-
The ServiceCollection Extension Pattern
Published: at 12:00 AMThe IServiceCollection interface represents a contract for a collection of service descriptors, providing an abstraction to add, remove, and retrieve services.
-
EF Core 8 中数组映射的初学者指南
Published: at 12:00 AMEF Core 8 引入了将简单值的类型数组映射到数据库列的支持,因此可以在从 LINQ 查询生成的 SQL 中使用映射的语义。