2
I am creating a form in WPF + C# in VS Express 2013 for Desktop.
Is there any database similar to Sqlite that I can use with C#+WPF?
Because as I come from the development in Delphi I got used to always having to install a server for the database.
I think you can use Sqlite itself. 
 See this topic. 
 [Click Here][1]
 
 
 [1]: http://stackoverflow.com/questions/23432730/using-sqlite-net-in-a-wpf-app
– user21744