I'm currently learning C# with Visual Studio 2013 and planning to write an application with Database. There i have some questions:
- What's the best database to publish with my application to friends/customers? The database won't be too big. And every user should use his own database.
- How do i publish my application with the database and make an installer from it? I want to give customers a setup.exe that they can install. With everything they need, i.e. .net, database, etc
Thanks in advance