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

Garbage Collector & Memory Compaction Improvements in .NET 10 for Faster Apps
Discover Garbage Collector and memory compaction improvements in .NET 10. Learn how these updates boost performance, reduce pauses, and optimize memory usage.
By Steve Bang on September 27, 2025
Read more
Central Package Management in .NET: The Complete Guide to Simplifying NuGet Dependencies
Master Central Package Management (CPM) in .NET. Our guide shows you how to manage all NuGet package versions from a single file, ensuring consistency and reducing errors in large solutions.
By Steve Bang on August 27, 2025
Read more
Mastering Row-Level Security (RLS) in SQL Server: A Complete Guide with Real-World Example
An in-depth blog post for developers about implementing Row-Level Security in SQL Server, complete with real-world use cases, SQL examples, and best practices.
By Steve Bang on July 12, 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
Advanced Deep Learning with Entity Framework Core in .NET: A Practical Guide with Best Practices and Examples
Learn how to integrate deep learning workflows with Entity Framework Core in .NET. This guide covers data management for AI, experiment tracking, and best practices for scalable, maintainable machine learning pipelines.
By Steve Bang on June 19, 2025
Read more
Entity Framework Core in .NET: The Complete Beginner’s Guide with Best Practices and Examples
A comprehensive beginner’s guide to Entity Framework Core in .NET. Learn what EF Core is, how to set it up, perform CRUD operations, use migrations, and follow best practices with real-world examples.
By Steve Bang on June 15, 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
What is HashId? Why Should Developers Use HashId to Secure APIs?
Discover what HashId is, why it matters for API security, and how developers can use HashId in .NET projects to hide IDs and prevent unauthorized data access.
By Steve Bang on June 9, 2025
Read more
Event Sourcing in .NET: A Practical Guide with Real-World Example and Best Practices
Learn the event sourcing pattern, its benefits, and how to implement event sourcing in .NET with real-world examples and best practices for scalable, auditable systems.
By Steve Bang on June 7, 2025
Read more
Mastering Caching in .NET: Ultimate Guide to Blazing Fast, Scalable, and Cost-Effective Applications
A practical guide to high-performance .NET caching: strategies, patterns, and real-world tips for ASP.NET Core, Redis, and distributed caching.
By Steve Bang on May 29, 2025
Read more
Domain Driven Design in .NET: From Concept to Implementation
Explore Domain Driven Design (DDD) in .NET with a detailed guide from architectural thinking to practical implementation using C#. Suitable for all developers looking to design clear, scalable systems.
By Steve Bang on May 1, 2024
Read more