Posts tagged with: security
Explore all posts associated with this tag.

Top 15 Mistakes Developers Make When Creating APIs: Lessons from 5 Years Working with .NET
Discover the top 15 mistakes developers make when creating APIs, especially from a .NET perspective. Learn practical, beginner-friendly advice to avoid common pitfalls in API design, security, performance, and documentation, based on real-world experience.
By Steve Bang on June 24, 2025
Read more
How to Secure Your Secret Keys and Database Connections in .NET: User Secrets & Azure Key Vault Explained
Learn practical, beginner-friendly steps to secure your secret keys and database connection strings in .NET applications. This post covers using User Secrets in development, and Azure Key Vault in production, with clear real-world examples.
By Steve Bang on June 22, 2025
Read more
Secure Password Hashing in .NET: Best Practices and Implementation Guide
Learn how to securely hash passwords in .NET, understand password security best practices, and see practical C# examples for building safe authentication systems. Perfect for beginners and developers seeking to protect user credentials.
By Steve Bang on June 10, 2025
Read more