4
votes
synch enumeration with static data from a database
I use T4 templates in Visual Studio 2008. This way, I can force code generation during build and it generates Enums for each table that I want.
A good starting point would be …
