I’m new to .net mvc 3. I was using PHP Symfony previously.
In this tutorial from the official website, the author used .sdf as example.
http://beta.asp.net/mvc/tutorials/getting-started-with-mvc3/getting-started-with-mvc3-part4-cs
The schema in .sdf was autogenerated according to the Model class file.
My question, is it possible to do the same thing using Mysql?
Thanks 🙂
This should work (have never used ef code first with mySql) as long as you have the .net connector for MySql.
You can grab it here: http://dev.mysql.com/downloads/connector/net/
You can also try this alternative connector from DevArt: http://www.devart.com/dotconnect/mysql/
* EDIT *
It seems that the DevArt connector will do the trick.