.NET public 7 min read Verifying code against architecture with Metalama Gael Fraiteur Oct 30, 2024 In my previous article, I demonstrated how Metalama can generate boilerplate code during compilation, automating the repetitive yet necessary tasks.…
.NET public 4 min read Avoiding Repetitive Code With Metalama Gael Fraiteur Oct 8, 2024 If you write code in C#, you're probably also writing repetitive code against your will. Think of caching,…