Code first with MySQL and EF6
Last week, I had to start a .NET Project that requires a database – our shared server however only provides MySQL as a database solution (Low cost solution has its price eh?).
Let’s have a quick look at how to get started with MySQL and EF6 with Code first approach.