Tags Overview for All Blog Topics

Security

Security is an engineering constraint woven throughout development, deployment, and operations. This collection examines secure coding, dependency management, secrets handling, and DevSecOps integration practices.

Software Engineering

Software engineering encompasses principles, methodologies, and practices for professional development. This collection covers clean code, architecture, testing, design patterns, and building maintainable software systems.
Source Generators in .NET

Source Generators

Source Generators are a C# compiler feature that produce code at compile time. This collection covers how they work, their hidden build performance costs, and practical strategies to measure and minimize their impact.
Technical Debt Management Strategies

Technical Debt

Technical debt accumulates in every codebase that ships under time pressure — which is every codebase. The term gets used loosely to mean anything from outdated dependencies to architectural decisions that made sense in 2018 and cause pain today. The distinction that matters is between debt you took deliberately with a plan to repay it and debt you discovered when something broke.

Testing

Software testing ensures applications meet requirements and function correctly. This collection covers unit testing, integration testing, test frameworks, coverage analysis, and testing strategies for .NET applications.
VB.NET Development and Migration

VB.NET

VB.NET represents legacy codebases requiring maintenance and modernization. This collection explores VB.NET maintenance patterns, migration strategies to C#, and pragmatic approaches to legacy application evolution.
Visual Studio IDE and Extensions

Visual Studio

Visual Studio is Microsoft’s comprehensive IDE for .NET development. This collection explores features, debugging capabilities, productivity shortcuts, extensions, and effective Visual Studio workflows.
Visual Studio Code Editor Tips

VSCode

Visual Studio Code is a lightweight, extensible editor supporting multiple languages. This collection covers VS Code extensions, debugging, customization, and optimizing the editor for .NET and web development.