Tag: Visual Studio

  • TT files – generate enum from database

    Many times you will program against a table that contains something like an enum,like Status( open=1,close=2,sent=3,approved=4 )  . It is peculiar to wrote those status as text in the other tables – and you do not like also to have update their codes in the C# (VB.NET) code source each time you will add another…