MySQL, ADO.NET & MVC

Configure MySQL with ADO.NET EF in VS 2013

Even though we are using a Microsoft framework (MVC) and ADO.NET Entity Framework (EF) we may not want to connect to a Microsoft Database.  In my case I am going to connect to a MySQL database which means I have to configure MySQL for use in my project. I had to download the latest version …

Configure MySQL with ADO.NET EF in VS 2013 Read More »