ASP.NET MVC 4 – MySQL Entity Framework Data First CRUD – Part 4



ASP.NET MVC 4 – MySQL Entity Framework Data First CRUD – Part 4

ASP.NET MVC 4 - MySQL Entity Framework Data First CRUD - Part 4

This video walks you through how to use the Entity Framework with MySQL Database (owned by Oracle) to perform basic CRUD Operations (Create, Read, Update, Delete).

Source Code: https://www.digioz.com/downloads/tutorials/EFMySQLCrudTest1.zip
MySQL Connector: http://dev.mysql.com/downloads/connector/net/
MySQL for Visual Studio: http://dev.mysql.com/downloads/file.php?id=453398
Northwind Database: http://dev.wavemaker.com/forums/?q=node/4721
Website: http://www.digioz.com

Note: You MUST install the MySQL for Visual Studio first before you are able to use it as a data source. As of today Visual Studio 2010, 2012 and 2013 are supported by this software.

Comments are closed.