Storing enum as string in Entity Framework 6
I’m working on a side project where I use Entity Framework 6 for my data layer. I need to store an enum in the database as string rather than integer. This is because I don’t like having enum columns in database without meaningful value. Plus this also makes it easier to know what that enum … [Read more…]