.net Postgre SQL connection string localhost code example
Example: postgres connection string
postgres://YourUserName:YourPassword@YourHostname:5432/YourDatabaseName
postgres://YourUserName:YourPassword@YourHostname:5432/YourDatabaseName