C#
Design-Time T4 Templates
Design-time T4 text templates are a useful feature of Visual Studio that allow us to do a little meta-programming and generate code (or text) which is then compiled as part of a project. One problem I recently came up against which is nicely solved by T4 is a slight difficulty in using F#’s discriminated unions [...]
Posted in: .NET, C#, F#, T4 | No Comments »