
Facets in .NET
Complete guide to compile-time code generation for lightweight projections with zero runtime overhead.
Read MoreCrafting innovative developer tools and secure solutions with Blazor, C#, and code generation. Creator of BlazorFrame, Facet, and other open source projects trusted by thousands of developers worldwide.
public class Developer
{
public string Name => "Tim Maes";
public string[] Skills =>
{
".NET", "Blazor", "C#",
"Open Source", "DevTools"
};
public void CreateAwesome() =>
Console.WriteLine("Building the future!");
}
I'm a passionate .NET developer from Belgium with a deep love for creating tools that make other developers' lives easier. My journey in software development has led me to specialize in Blazor, code generation, and developer productivity tools.
When I'm not crafting code, you'll find me in the gym, spending quality time with my kids, or headbanging to some Rammstein!
Enterprise manufacturing systems built on .NET technologies
Author and maintainer of multiple open source projects
Building secure, efficient, and user-friendly software solutions
Open source tools and libraries that developers love to use
Source generator for compile-time DTOs, LINQ projections, and ViewModels. Zero runtime overhead with async mapping support.
Security-first iframe component for Blazor applications with built-in protection, sandbox controls, and seamless integration.
Convert any HTML element into reusable Blazor components with exact visual reproduction. Browser extension with dual conversion modes.
Thoughts on .NET development, security, and modern technology
Complete guide to compile-time code generation for lightweight projections with zero runtime overhead.
Read MoreA security-first, enhanced Blazor iframe component that addresses the security landscape of iframes in modern .NET applications.
Read MoreExploring the evolution from T4 templates to modern Source Generators in .NET development.
Read MoreAlways interested in new opportunities and collaborations