I M new to postgresql database. I have 2 server 1st server is having postgresql database and 2nd server having my dot net application in visual studio 2017. how should i connect my postgesql to my visual studio as both aare in different server.
i install dotconnect for postgresql in my dot net application through nuget packages. but how to acces the postgres database in visual studio??? I also install pgadmin in my 2nd server to access postgresql. is anybody know???