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 :)