mvc connection string entity Dynamically Generating Connection String for Entity Framework $20

Job ID: 31873584

Budget: $10 – $30 USD

i need to do this for my mvc project
https://www.c-sharpcorner.com/blogs/dynamically-generating-connection-string-for-entity-framework

current have this public POSEntities()
: base("name=POSEntities")
{
}

and call like this

private POSEntities context = new POSEntities();
Related categories: .NET C# Programming MVC ASP.NET AngularJS