Connecting to MySQL using Entity Framework 6 Code – First Approach

Step 1: Pre-requisites Visual studio 2015 .Net Framework 4.6.2 Step 2:  Creating a new Web Application Click New Project from the Start page.When the New Project dialog box is displayed, expand Visual C# in the list of templates, then click Web, and select ASP.NET Web Application. Name your project MySQLDemo and then click OK: Step 3: Install … Continue reading Connecting to MySQL using Entity Framework 6 Code – First Approach