How do I Connect C# with Postgres? I download the npgsql data provider but couldn\'t make it work. Are there more examples than the ones in the Postgres site?
Cheers,
If you want an recent copy of npgsql, then go here
http://www.npgsql.org/
This can be installed via package manager console as
PM> Install-Package Npgsql