C# Enumerations Tutorials Creating C# Enums from a SQL Database using T4 Text Templates Let's use T4 Text Templates to generate C# enums from SQL tables. Example code included! by Matthew Jones
ASP.NET Enumerations Database Using T4 Templates to Generate Enums From Database Lookup Tables by Matthew Jones
ASP.NET Sample Project Enumerations Serializing Enums in ASP.NET Web API Let's see three solutions to serializing enumerations in ASP.NET Web API. Sample project included! by Matthew Jones
Best Practices C# Enumerations Best Practices: Fight Code Ambiguity with Enumerations by Matthew Jones