It depends a lot of how much data the application will hold and how you want to search for that data.
For smaller amounts of data a plain text file containing XML och JSON will do. For larger amounts of data i recommend SQL server or a NOSQL-database (MongoDB or Raven).