As stated in my question, I want to know if it is possible to connect a C# application with a .mdf
file without a Microsoft SQL Server installation.
But it looks a little "old" due the fact that it was created for Visual Studio 2010.
Is there another possibility?
I programmed the Application in C# and I create the initial database with Visual Studio 2013 and Microsoft SQL Server 2014 Express.
What I have tried:
- Tried the LocalDB (Works but it is still something I have to install on each computer)