Transform T4 templates as part of the build, and pass variables from the project
Guide to configuring T4 text templates to automatically transform during build in both classic and .NET Core SDK-style projects.
Guide to configuring T4 text templates to automatically transform during build in both classic and .NET Core SDK-style projects.
A tutorial on using Roslyn and .NET Core to dynamically generate C# class code, including fields and properties, and output it to the console.
A tutorial on using .NET Core and Roslyn for basic code generation, demonstrating namespace replacement in C#.
Introducing Sourcery, a meta-programming tool for Swift that automates code generation to reduce repetition and improve safety.
A review of the ZeroMQ book, praising its coverage of the technology and its advanced software development concepts.
Announcement of MvcSiteMapProvider 2.2.0 release for ASP.NET MVC, featuring new templated HtmlHelpers and extensibility points.
Explains how to use C# LINQ expressions to automatically generate null-safe property access, eliminating repetitive null-check code.
Announcing PHPLinq 0.4.0, a PHP library bringing .NET's LINQ query capabilities to arrays, XML, and databases.
Introduces MVC XForms, a new ASP.NET MVC UI framework on CodePlex for generating clean HTML forms based on the W3C XForms specification.