Portable Database for WPF + C#

Asked

Viewed 341 times

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

1 answer

1


You can install an SQL Express, or use a . mdf file of SQL, Access, Mysql, Firebird whatever, in . NET you are free to be happy :)

For study I recommend SQL Express, even for small applications(medium in some cases)

Other than that, a SQL Standard or other version will be great.

(Give preference to Azure, the future is there ;))

Browser other questions tagged

You are not signed in. Login or sign up in order to post.