I have to connect my c# project to a remote database located on the web using freemysqlhosting.net. (note: I can use any other remote db services, but it should be free, and I need it only for about a month). I have received the following details from freemysqlhosting.net:
Server: sql12.freemysqlhosting.net
Name,
Username,
Password and Port number.
After I will connect my c# project to the remote db, I plan to use entity framework in order to create the database automatically from the code. I'm having trouble understanding how to connect my project to the remote database in a way that will later allow me to use entity framework. Cheers :)