Blog

Thoughts on development, security, and technology

Blazor

BlazorFrame: Enhanced iframes in Blazor

A security-first, enhanced Blazor iframe component that addresses the security landscape of iframes in modern .NET applications.

Read Full Article
Code Generation

Facets in .NET

Compile-time code generation for lightweight projections - no boilerplate, zero runtime cost.

Read Full Article
Dependency Injection

Autowiring using Bindicate

Streamline your .NET dependency injection with attribute-based service registration, decorators, and keyed services.

Read Full Article
Code Generation

Source Generators: The end of T4 templates?

Exploring the evolution from T4 templates to modern Source Generators in .NET development.

Read Full Article