I have a postgres database with several tables and I need to generate their classes. Is there any free tool that manages the few to be used with EF6? I searched but did not find it. I am using VS2015 and postgres latest version.
I have a postgres database with several tables and I need to generate their classes. Is there any free tool that manages the few to be used with EF6? I searched but did not find it. I am using VS2015 and postgres latest version.
I created a package at nuget.org called "Cap" which does what I need, generates the templates and context class to use with Entity Framework 6 and PostgreSQL. Cap link.
The visual studio itself generates, however you have to work with the Database First model.
Add an ADO.NET Entity Data Model, and in the next wizard window, select Code First from Database.