Build Time Code Generation in MSBuild
Type Blog post
Created 2015-06-30
Identifier unavailable
Description
Build-time code generation is a really powerful way to automate repetitive parts of your code. It can save time, reduce frustration, and eliminate a source of copy/paste bugs. This is something I’m familiar with due to my past work on MonoDevelop’s tooling for ASP.NET, T4 and Moonlight, and designing and/or implementing similar systems for Xamarin.iOS and Xamarin.Android. However, I haven’t seen any good documentation on it, so I decided to write an article to outline the basics.
Relations
Edit details Edit relations Attach new author Attach new topic Attach new resource
10.0 /10
useless alright awesome
from 1 review
- Resource level 3.0 /10
- beginner intermediate advanced
- Resource clarity 8.0 /10
- hardly clear sometimes unclear perfectly clear
- Reviewer's background 4.0 /10
- none basics intermediate advanced expert
Comments 1
10 rating 3 level 8 clarity 4 user's background
Exactly what I needed