How to use PostgreSQL with Entity Framework? [closed]

1

I have a system that I'm developing in C # WPF using PostgreSQL as DBMS and wanted to use this same database for my ASP.NET MVC application.

Is it possible to have the Entity Framework have access to the data that is in the PostgreSQL DBMS to be able to use it in my ASP.NET MVC application?

How can I make a connection between the Entity Framework and PostgreSQL?

    
asked by anonymous 17.02.2017 / 00:24

0 answers