I want to built a data file based database for Windows Phone database and use it to store the following object of class.
public class employee()
{
public int EmployeeNumber{get;set;}
public string EmployeeFirstName{get;set;}
public string EmployeeLastName{get;set;}
}