any advice on this?
I built a db in sql server 2008 (only tables, no sp's and triggers) tables do use identity columns. In my asp.net app, i generated an EF model from the database. I use linq to talk to my entities. site works brilliantly.
what I want to experiment with (and stop me if I am speaking crazy talk) is to generate a new MySql db from the entity model, and config my app to use that instead, still using the same linq logic.
is this possible?
Thanks