Get country list from windows registry
When You want to create a List object populated with country name, you didn’t have to create a separate list of file or database that contain that country list. Simply just use the the entry from windows registry to have it. I’ll show You how. Here is the code snippets :
CountryList.cs
using System;
using System.Data;
using System.Configuration;
using [...]