Luca Bolognese

Principal Program Manager, Customer Success Team

Luca is a hacker, a manager, an ex volleyball player, an aspiring tennis player, a poor chess player, a decent father, and a husband. He works for Microsoft and lives in Spain.

Post by this author

Using C# Source Generators to create an external DSL

This post looks at creating an external DSL to represent mathematical expressions using C

New C# Source Generator Samples

This post describes two new generators that we added to the samples project in the Roslyn SDK github repo. The first generator gives you strongly typed access to CSV data. The second one creates string constants based on Mustache specifications.