mvc connection string entity Dynamically Generating Connection String for Entity Framework $20
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();
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();