Posted on: 5/27/2014 6:15:55 PM | Views : 280

I'm new to Visual Studio, so excuse me if question is stupid or trivial.
I'm developing MVC application which is connected to PostgreSQL 9.0 database. But. This postgresql database is embedded to application developed by other company. They provide custom libpq.dll (with modified connection procedure to secure content of the database - you need to have special password) to connect to database.
I'm looking for PostgreSQL ADO.NET Entity Framework Provider that is capable to exchange libpq.dll library.
Is there such ?

Go to the complete details ...