I want to connect to a Postgres database using EntityFramework. Is that possible?
I select:
Add>>New Item>>ADO.Net Entity Data model>>Generate from database>>New connection
But I'm stuck there. I need to generate classes for the tables in the database.
How can I do this?