How to show enum description in ComboBox?

In many cases you may need to show special characters, white spaces in your ComboBox when it is binded to enum. (Please see here my ‘binding to enums‘ post) Basically enums cannot have white spaces neither special characters like ‘ö’

CSV to DataTable

After creating the extension method of DataTableToExcel, let’s create that DataTable from a CSV file. If you open a csv file in Excel, you’ll get all the information in 1 column. Now we create a usable xlsx file from out

IP address reading

A simple code that reads the IP addresses from the computer that runs our application and returns the one that’s not the loopback address. If a computer has several network cards, return from the method with the one you want by