Relative Content

Tag Archive for c#asp.netasp.net-mvcasp.net-coreasp.net-web-api

Failing to open connection to postgresql database using Npgsql

I’m failing to connect to PostgreSQL using Npgsql in my local environment I have checked each and every thing looks fine and I’m able to connect using my pgAmin and also I have managed to update tables after creating migrations I don’t know where I’m doing it wrong where I try to open the connection so as I can insert data into the table I have created below is my implementation.