What's the deal with databases in C#? I'm used to using MySQL in PHP, but my confusion is this.
If I develop an app, and sell it on, would the end user need anything installed? How do other app developers store data that's quick and easy to access?
Any help on this would be great.
The app I am working on needs to store inputted data, and use that data. I've read about SQL with C# but if I use that, won't the end user need SQL installed to?
Thanks for any insights.