Click here to Skip to main content
15,868,016 members
Articles / Programming Languages / C#

Powerful Code Generation Techniques

Rate me:
Please Sign up or sign in to vote.
5.00/5 (10 votes)
28 Oct 2021Public Domain9 min read 11K   16  
Make your projects far more powerful with some foundational code templating techniques
When applied effectively, using code generation can increase code quality and shorten development and test cycles. Here are some tricks and tools I've picked up along the way that you can use to lay waste to repetitive coding tasks, or generate things that aren't really possible to do efficiently by hand.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under A Public Domain dedication


Written By
United States United States
Just a shiny lil monster. Casts spells in C++. Mostly harmless.

Comments and Discussions