ASP.NET MVC 5 With Entity Framework And MySQL – Code First



ASP.NET MVC 5 With Entity Framework And MySQL – Code First

ASP.NET MVC 5 With Entity Framework And MySQL - Code First

Hello everyone!! Looking for a one shot video to learn Programing?
You are at the right spot. All your basics, Queries and Concepts covered in a single video. Learn and ask further questions in comment section.

ASP.NET MVC 5 With Entity Framework And MySQL – Code First

If you think that these videos are helpful in shaping your career in a positive way then Subscribe my channel and do share it with your friends.
1st Install NuGet Package:
MySql Data Entities

2nd Install NuGet Package:
MySqlConnector

3rd Use this Annotation in DbConext Class
[DbConfigurationType(typeof(MySql.Data.Entity.MySqlEFConfiguration))]

4th Connection String:
server=localhost
port=3306
userid=root;
password=;
database=testdatabase;
persistsecurityinfo=True”

Channel Managed by : https://www.instagram.com/thealphadigitals/

#mysql
#entityframework
#aspdotnet

Comments are closed.