I've started getting into WPF not so long ago.
As I'm in the stage of learning MVVM, I'm using THIS tutorial.
Following that tutorial I now have a basic project that involves products.
The next thing I want to do, is learn how to connect to a database and store/retrieve information from it.
My question is, what are the available ways to connect to a database? what is the best, efficient way to do it?
Also, can WPF applications connect to an hosted mysql database (the ones used for websites)?
I'm using VS2012 if that makes any difference.
Excuse my newbie-ness! I'm still just a beginner! Thank you in advance!