0
kicks
Generate c# Enums From Your SQL Database
Many developers like to stick their data inside the database and load their combo boxes and other application data from it. There are lots of reasons for doing so such as localizing your data or maybe you can’t write to the local file system for whatever reason. In my case the local file system was untouchable.